mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-23 17:53:37 +08:00
Update.
2002-12-17 Ulrich Drepper <drepper@redhat.com> * stdio-common/tst-fdopen.c: Undefine assert before redefining it.
This commit is contained in:
parent
3ca97e8f0f
commit
0bc02a4008
@ -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
|
||||
|
@ -4,6 +4,7 @@
|
||||
#include <unistd.h>
|
||||
#include <fcntl.h>
|
||||
|
||||
#undef assert
|
||||
#define assert(x) \
|
||||
if (!(x)) \
|
||||
{ \
|
||||
|
Loading…
Reference in New Issue
Block a user