Update.
authorUlrich Drepper <drepper@redhat.com>
Tue, 17 Dec 2002 10:34:02 +0000 (10:34 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 17 Dec 2002 10:34:02 +0000 (10:34 +0000)
2002-12-17  Ulrich Drepper  <drepper@redhat.com>

* stdio-common/tst-fdopen.c: Undefine assert before redefining it.

ChangeLog
stdio-common/tst-fdopen.c

index 9ba4e4b..7aefd3b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 98acaed..e70a0cd 100644 (file)
@@ -4,6 +4,7 @@
 #include <unistd.h>
 #include <fcntl.h>
 
+#undef assert
 #define assert(x) \
   if (!(x)) \
     { \