diff options
Diffstat (limited to 'libio/tst-bz24228.map')
-rw-r--r-- | libio/tst-bz24228.map | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libio/tst-bz24228.map b/libio/tst-bz24228.map new file mode 100644 index 0000000..4383e08 --- /dev/null +++ b/libio/tst-bz24228.map @@ -0,0 +1,5 @@ +# 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; +}; |