summaryrefslogtreecommitdiff
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
commitbb5bd52a598b2a8c4e73ec476fbc5b55ae02ea0b (patch)
tree15982c16e76d1eae2bd00f1fc555ad5c67ddf0f6 /missing
parentebcefd795bc800d1c3da97d2c4b11ee05b522d9b (diff)
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