From 438b2413dd70f162812f1010441f33c29ef56707 Mon Sep 17 00:00:00 2001 From: naruse Date: Wed, 2 Dec 2015 00:03:51 +0000 Subject: 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 --- missing/explicit_bzero.c | 1 + 1 file changed, 1 insertion(+) (limited to 'missing') 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 -- cgit v1.2.3