2002-12-17  Ulrich Drepper  <drepper@redhat.com>

	* stdio-common/tst-fdopen.c: Undefine assert before redefining it.
This commit is contained in:
Ulrich Drepper 2002-12-17 10:34:02 +00:00
parent 3ca97e8f0f
commit 0bc02a4008
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2002-12-17 Ulrich Drepper <drepper@redhat.com>
* stdio-common/tst-fdopen.c: Undefine assert before redefining it.
2002-12-16 Ulrich Drepper <drepper@redhat.com>
* sysdeps/posix/system.c (do_system): Add support for installation

View File

@ -4,6 +4,7 @@
#include <unistd.h>
#include <fcntl.h>
#undef assert
#define assert(x) \
if (!(x)) \
{ \