From 0bc02a400815ace6f0f9265a681e2b0bd92ad683 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 17 Dec 2002 10:34:02 +0000 Subject: Update. 2002-12-17 Ulrich Drepper * stdio-common/tst-fdopen.c: Undefine assert before redefining it. --- stdio-common/tst-fdopen.c | 1 + 1 file changed, 1 insertion(+) (limited to 'stdio-common') 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 #include +#undef assert #define assert(x) \ if (!(x)) \ { \ -- cgit 1.4.1