about summary refs log tree commit diff
path: root/setjmp/Versions
blob: 3c7cf87780115541b9e727f1c08cdee6322811ff (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
libc {
  GLIBC_2.0 {
    # functions with special/multiple interfaces
    _longjmp; __sigsetjmp; _setjmp;

    # l*
    longjmp;

    # s*
    setjmp;
  }
}