Blame assert/Versions

Packit Service 82fcde
libc {
Packit Service 82fcde
  GLIBC_2.0 {
Packit Service 82fcde
    # functions used in inline functions or macros
Packit Service 82fcde
    __assert_fail; __assert_perror_fail;
Packit Service 82fcde
  }
Packit Service 82fcde
  GLIBC_2.2 {
Packit Service 82fcde
    # just for standard compliance
Packit Service 82fcde
    __assert;
Packit Service 82fcde
  }
Packit Service 82fcde
}