mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-08 17:42:12 +03:00
Update.
1998-08-26 Geoff Keating <geoffk@ozemail.com.au> * csu/init.c: Don't drag _IO_2_1_stdin_ into the executable.
This commit is contained in:
@@ -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>
|
1998-09-14 11:26 Ulrich Drepper <drepper@cygnus.com>
|
||||||
|
|
||||||
* wcsmbs/wcsmbs-tst1.c: Include stdlib.h.
|
* wcsmbs/wcsmbs-tst1.c: Include stdlib.h.
|
||||||
|
@@ -28,10 +28,9 @@
|
|||||||
|
|
||||||
#if defined USE_IN_LIBIO && defined __GNUC__ && __GNUC__ >= 2
|
#if defined USE_IN_LIBIO && defined __GNUC__ && __GNUC__ >= 2
|
||||||
|
|
||||||
#undef _LIBC
|
#include <_G_config.h>
|
||||||
#include <libio.h>
|
|
||||||
|
|
||||||
/* This records which stdio is linked against in the application. */
|
/* 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
|
#endif
|
||||||
|
Reference in New Issue
Block a user