Change _IO_stderr_/_IO_stdin_/_IO_stdout to compat symbols [BZ #31766]
[glibc.git] / setjmp / Versions
blob3c7cf87780115541b9e727f1c08cdee6322811ff
1 libc {
2   GLIBC_2.0 {
3     # functions with special/multiple interfaces
4     _longjmp; __sigsetjmp; _setjmp;
6     # l*
7     longjmp;
9     # s*
10     setjmp;
11   }