Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update.
2002-12-17  Ulrich Drepper  <drepper@redhat.com>

	* stdio-common/tst-fdopen.c: Undefine assert before redefining it.
  • Loading branch information
Ulrich Drepper committed Dec 17, 2002
1 parent 3ca97e8 commit 0bc02a4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions 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
Expand Down
1 change: 1 addition & 0 deletions stdio-common/tst-fdopen.c
Expand Up @@ -4,6 +4,7 @@
#include <unistd.h>
#include <fcntl.h>

#undef assert
#define assert(x) \
if (!(x)) \
{ \
Expand Down

0 comments on commit 0bc02a4

Please sign in to comment.