mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-08 22:30:07 +00: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;
|
||
|
};
|