summaryrefslogtreecommitdiff
path: root/assert/Versions
blob: 9e1a5f2d6f513e59d29960244701e3e25ef96ae2 (plain)
1
2
3
4
5
6
7
8
9
10
libc {
  GLIBC_2.0 {
    # functions used in inline functions or macros
    __assert_fail; __assert_perror_fail;
  }
  GLIBC_2.2 {
    # just for standard compliance
    __assert;
  }
}