diff options
author | Ulrich Drepper <drepper@redhat.com> | 1997-08-16 19:33:41 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1997-08-16 19:33:41 +0000 |
commit | 2cdd6c918fec4190b75311287181d2899474cb65 (patch) | |
tree | fa82d93bc1dd6a1a1cf849bd7e4e50922d2314f5 | |
parent | d31dff5d5bf5377fe159e3c8d33356ce95e8db5a (diff) | |
download | glibc-2cdd6c918fec4190b75311287181d2899474cb65.tar.gz glibc-2cdd6c918fec4190b75311287181d2899474cb65.tar.xz glibc-2cdd6c918fec4190b75311287181d2899474cb65.zip |
[__USE_GNU]: Undefine assert_perror.
-rw-r--r-- | assert/assert.h | 8 |
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 */ |