summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1997-08-16 19:33:41 +0000
committerUlrich Drepper <drepper@redhat.com>1997-08-16 19:33:41 +0000
commit2cdd6c918fec4190b75311287181d2899474cb65 (patch)
treefa82d93bc1dd6a1a1cf849bd7e4e50922d2314f5
parentd31dff5d5bf5377fe159e3c8d33356ce95e8db5a (diff)
[__USE_GNU]: Undefine assert_perror.
-rw-r--r--assert/assert.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/assert/assert.h b/assert/assert.h
index 3f0d6a3ac1..3f0b55f866 100644
--- a/assert/assert.h
+++ b/assert/assert.h
@@ -22,8 +22,12 @@
#ifdef _ASSERT_H
-#undef _ASSERT_H
-#undef assert
+# undef _ASSERT_H
+# undef assert
+
+# ifdef __USE_GNU
+# undef assert_perror
+# endif
#endif /* assert.h */