Update.
authorUlrich Drepper <drepper@redhat.com>
Mon, 14 Sep 1998 12:16:30 +0000 (12:16 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 14 Sep 1998 12:16:30 +0000 (12:16 +0000)
1998-08-26  Geoff Keating  <geoffk@ozemail.com.au>

* csu/init.c: Don't drag _IO_2_1_stdin_ into the executable.

ChangeLog
csu/init.c

index 00d0704..9bb9035 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+1998-08-26  Geoff Keating  <geoffk@ozemail.com.au>
+
+       * csu/init.c: Don't drag _IO_2_1_stdin_ into the executable.
+
 1998-09-14 11:26  Ulrich Drepper  <drepper@cygnus.com>
 
        * wcsmbs/wcsmbs-tst1.c: Include stdlib.h.
index df08f6c..a2d1636 100644 (file)
 
 #if defined USE_IN_LIBIO && defined __GNUC__ && __GNUC__ >= 2
 
-#undef _LIBC
-#include <libio.h>
+#include <_G_config.h>
 
 /* This records which stdio is linked against in the application. */
-const void *const _IO_stdin_used = _IO_stdin;
+const int _IO_stdin_used = _G_IO_IO_FILE_VERSION;
 
 #endif