about summary refs log tree commit diff
path: root/stdio-common/tst-fdopen.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-12-17 10:34:02 +0000
committerUlrich Drepper <drepper@redhat.com>2002-12-17 10:34:02 +0000
commit0bc02a400815ace6f0f9265a681e2b0bd92ad683 (patch)
tree01eb7d819c6c5cdc885faa6ce2c904f5b66c0fc9 /stdio-common/tst-fdopen.c
parent3ca97e8f0f08c85aecc08f5f171e46729e04911d (diff)
downloadglibc-0bc02a400815ace6f0f9265a681e2b0bd92ad683.tar.gz
glibc-0bc02a400815ace6f0f9265a681e2b0bd92ad683.tar.xz
glibc-0bc02a400815ace6f0f9265a681e2b0bd92ad683.zip
Update.
2002-12-17  Ulrich Drepper  <drepper@redhat.com>

	* stdio-common/tst-fdopen.c: Undefine assert before redefining it.
Diffstat (limited to 'stdio-common/tst-fdopen.c')
-rw-r--r--stdio-common/tst-fdopen.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/stdio-common/tst-fdopen.c b/stdio-common/tst-fdopen.c
index 98acaed83f..e70a0cd6a5 100644
--- a/stdio-common/tst-fdopen.c
+++ b/stdio-common/tst-fdopen.c
@@ -4,6 +4,7 @@
 #include <unistd.h>
 #include <fcntl.h>
 
+#undef assert
 #define assert(x) \
   if (!(x)) \
     { \