aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorKazuki Yamaguchi <k@rhe.jp>2017-04-14 14:01:29 +0900
committerKazuki Yamaguchi <k@rhe.jp>2017-09-09 16:32:30 +0900
commit7c2aecc1d33d45742de835317f7ff0a16b31b01f (patch)
treea84ec6294261051023a8b92373f409317c841a56 /include
parent638342c2c177889ad7b4bc51ef7412c45ffd7b0c (diff)
downloadruby-7c2aecc1d33d45742de835317f7ff0a16b31b01f.tar.gz
configure.in: remove obsolete string.h replacements
Diffstat (limited to 'include')
-rw-r--r--include/ruby/missing.h23
1 files changed, 0 insertions, 23 deletions
diff --git a/include/ruby/missing.h b/include/ruby/missing.h
index f70a7e64d9..700100eca9 100644
--- a/include/ruby/missing.h
+++ b/include/ruby/missing.h
@@ -177,29 +177,6 @@ RUBY_EXTERN int isnan(double);
RUBY_EXTERN double nextafter(double x, double y);
#endif
-/*
-#ifndef HAVE_MEMCMP
-RUBY_EXTERN int memcmp(const void *, const void *, size_t);
-#endif
-*/
-
-#ifndef HAVE_MEMMOVE
-RUBY_EXTERN void *memmove(void *, const void *, size_t);
-#endif
-
-#ifndef HAVE_STRCHR
-RUBY_EXTERN char *strchr(const char *, int);
-RUBY_EXTERN char *strrchr(const char *, int);
-#endif
-
-#ifndef HAVE_STRERROR
-RUBY_EXTERN char *strerror(int);
-#endif
-
-#ifndef HAVE_STRSTR
-RUBY_EXTERN char *strstr(const char *, const char *);
-#endif
-
#ifndef HAVE_STRLCPY
RUBY_EXTERN size_t strlcpy(char *, const char*, size_t);
#endif