From: Ulrich Drepper Date: Tue, 17 Dec 2002 10:34:02 +0000 (+0000) Subject: Update. X-Git-Tag: upstream/2.20~13473 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0bc02a400815ace6f0f9265a681e2b0bd92ad683;p=platform%2Fupstream%2Flinaro-glibc.git Update. 2002-12-17 Ulrich Drepper * stdio-common/tst-fdopen.c: Undefine assert before redefining it. --- diff --git a/ChangeLog b/ChangeLog index 9ba4e4b..7aefd3b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2002-12-17 Ulrich Drepper + + * stdio-common/tst-fdopen.c: Undefine assert before redefining it. + 2002-12-16 Ulrich Drepper * sysdeps/posix/system.c (do_system): Add support for installation diff --git a/stdio-common/tst-fdopen.c b/stdio-common/tst-fdopen.c index 98acaed..e70a0cd 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)) \ { \