aboutsummaryrefslogtreecommitdiffstats
path: root/missing
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-02 00:03:51 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-02 00:03:51 +0000
commit438b2413dd70f162812f1010441f33c29ef56707 (patch)
tree15982c16e76d1eae2bd00f1fc555ad5c67ddf0f6 /missing
parentf8f92e428c45b2ff05ca04055a71288597284869 (diff)
downloadruby-438b2413dd70f162812f1010441f33c29ef56707.tar.gz
undef for tha case missing.h defines it as macro
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52843 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'missing')
-rw-r--r--missing/explicit_bzero.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/missing/explicit_bzero.c b/missing/explicit_bzero.c
index baa4624d13..bf493c18ac 100644
--- a/missing/explicit_bzero.c
+++ b/missing/explicit_bzero.c
@@ -23,6 +23,7 @@
# define FUNC_UNOPTIMIZED(x) x
#endif
+#undef explicit_bzero
#ifndef HAVE_EXPLICIT_BZERO
#ifdef HAVE_MEMSET_S
void