Blame sysdeps/htl/Versions

Packit Service 82fcde
libc {
Packit Service 82fcde
  GLIBC_2.2 {
Packit Service 82fcde
    # XXX
Packit Service 82fcde
    __vm_deallocate; __mach_port_insert_right; __mach_reply_port;
Packit Service 82fcde
    __mig_init; __vm_allocate; __mach_port_allocate;
Packit Service 82fcde
Packit Service 82fcde
    # functions used in inline functions or macros
Packit Service 82fcde
    __pthread_spin_destroy; __pthread_spin_init; __pthread_spin_lock;
Packit Service 82fcde
    _pthread_spin_lock; __pthread_spin_trylock; __pthread_spin_unlock;
Packit Service 82fcde
Packit Service 82fcde
    # p*
Packit Service 82fcde
    pthread_spin_destroy; pthread_spin_init; pthread_spin_lock;
Packit Service 82fcde
    pthread_spin_trylock; pthread_spin_unlock;
Packit Service 82fcde
  }
Packit Service 82fcde
}