summary refs log tree commit diff
path: root/include/mcheck.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/mcheck.h')
-rw-r--r--include/mcheck.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/mcheck.h b/include/mcheck.h
index b0037a7107..8883c3d53e 100644
--- a/include/mcheck.h
+++ b/include/mcheck.h
@@ -2,7 +2,10 @@
 
 #include <malloc/mcheck.h>
 
+# ifndef _ISOMAC
+
 libc_hidden_proto (mcheck)
 libc_hidden_proto (mcheck_check_all)
 
+# endif /* !_ISOMAC */
 #endif