From: Ulrich Drepper Date: Sat, 16 Aug 1997 19:33:41 +0000 (+0000) Subject: [__USE_GNU]: Undefine assert_perror. X-Git-Tag: cvs/libc-ud-970816~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2cdd6c918fec4190b75311287181d2899474cb65;p=thirdparty%2Fglibc.git [__USE_GNU]: Undefine assert_perror. --- diff --git a/assert/assert.h b/assert/assert.h index 3f0d6a3ac1e..3f0b55f866f 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 */