mirror of
git://sourceware.org/git/glibc.git
synced 2025-04-06 14:10:30 +08:00
(_libio_using_thunks): Define if _G_USING_THUNKS is defined.
This commit is contained in:
parent
eb908948fe
commit
87c7eecff7
@ -48,3 +48,10 @@ DEF_STDFILE(_IO_stderr_, 2, &_IO_stdout_.file,
|
||||
_IO_NO_READS+_IO_UNBUFFERED);
|
||||
|
||||
_IO_FILE *_IO_list_all = &_IO_stderr_.file;
|
||||
|
||||
#ifdef _G_USING_THUNKS
|
||||
#if defined(__GNUC__) && __GNUC__ >= 2
|
||||
const
|
||||
#endif
|
||||
int _libio_using_thunks = 1;
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user