mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-21 01:12:26 +08:00
6 lines
159 B
Plaintext
6 lines
159 B
Plaintext
|
# Hide the symbol from libc.so.6 to switch to the libio/oldfileops.c
|
||
|
# implementation when it is available for the architecture.
|
||
|
{
|
||
|
local: _IO_stdin_used;
|
||
|
};
|