clarify the purpose of this project
[nyanglibc.git] / libpthread.versions.map
blob14ace8d73a2f0e6d164fd8721503b4895085400a
1 GLIBC_2.2.5 {
2   global:
3     _IO_flockfile; _IO_ftrylockfile; _IO_funlockfile;
4     __errno_location; __h_errno_location;
5     __libc_allocate_rtsig;
6     __libc_current_sigrtmin; __libc_current_sigrtmax;
7     __libpthread_version_placeholder;
8     __libpthread_version_placeholder;
9     __pthread_key_create; __pthread_getspecific; __pthread_setspecific;
10     __pthread_mutex_init; __pthread_mutex_destroy;
11     __pthread_mutex_lock; __pthread_mutex_trylock; __pthread_mutex_unlock;
12     __pthread_mutexattr_init; __pthread_mutexattr_destroy;
13     __pthread_mutexattr_settype;
14     __pthread_once; __pthread_atfork;
15     __pthread_rwlock_init; __pthread_rwlock_destroy;
16     __pthread_rwlock_rdlock; __pthread_rwlock_tryrdlock;
17     __pthread_rwlock_unlock;
18     __pthread_rwlock_wrlock; __pthread_rwlock_trywrlock;
19     __pwrite64;
20     __res_state;
21     _pthread_cleanup_push; _pthread_cleanup_pop;
22     _pthread_cleanup_push_defer; _pthread_cleanup_pop_restore;
23     close; __close; fcntl; __fcntl; read; __read; write; __write; accept;
24     connect; __connect; recv; recvfrom; recvmsg; send; __send; sendmsg; sendto;
25     flockfile; funlockfile; ftrylockfile;
26     fork; __fork;
27     fsync; lseek; __lseek; msync; open; __open; pause; tcdrain;
28     lseek64; open64; __open64; pread; pread64; __pread64; pwrite; pwrite64;
29     pthread_atfork;
30     pthread_attr_getguardsize; pthread_attr_setguardsize;
31     pthread_attr_getstack; pthread_attr_setstack;
32     pthread_attr_getstackaddr; pthread_attr_setstackaddr;
33     pthread_attr_getstacksize; pthread_attr_setstacksize;
34     pthread_barrier_init; pthread_barrier_destroy; pthread_barrier_wait;
35     pthread_barrierattr_destroy; pthread_barrierattr_init;
36     pthread_barrierattr_setpshared;
37     pthread_cancel; pthread_testcancel;
38     pthread_cond_signal; pthread_cond_broadcast;
39     pthread_cond_wait; pthread_cond_timedwait;
40     pthread_condattr_getpshared; pthread_condattr_setpshared;
41     pthread_create;
42     pthread_create; pthread_join;
43     pthread_exit; pthread_detach;
44     pthread_getconcurrency; pthread_setconcurrency;
45     pthread_getcpuclockid;
46     pthread_getspecific; pthread_setspecific;
47     pthread_key_create; pthread_key_delete;
48     pthread_kill_other_threads_np;
49     pthread_mutex_init; pthread_mutex_destroy;
50     pthread_mutex_lock; pthread_mutex_trylock; pthread_mutex_unlock;
51     pthread_mutex_timedlock;
52     pthread_mutexattr_getkind_np; pthread_mutexattr_setkind_np;
53     pthread_mutexattr_getpshared; pthread_mutexattr_setpshared;
54     pthread_mutexattr_gettype; pthread_mutexattr_settype;
55     pthread_mutexattr_init; pthread_mutexattr_destroy;
56     pthread_once;
57     pthread_rwlock_init; pthread_rwlock_destroy;
58     pthread_rwlock_rdlock; pthread_rwlock_wrlock; pthread_rwlock_unlock;
59     pthread_rwlock_timedrdlock; pthread_rwlock_timedwrlock;
60     pthread_rwlock_tryrdlock; pthread_rwlock_trywrlock;
61     pthread_rwlockattr_getkind_np; pthread_rwlockattr_setkind_np;
62     pthread_rwlockattr_getpshared; pthread_rwlockattr_setpshared;
63     pthread_rwlockattr_init; pthread_rwlockattr_destroy;
64     pthread_setcancelstate; pthread_setcanceltype;
65     pthread_sigmask; pthread_kill;
66     pthread_spin_destroy; pthread_spin_init; pthread_spin_lock;
67     pthread_spin_trylock; pthread_spin_unlock;
68     pthread_yield;
69     raise;
70     sem_close; sem_open; sem_unlink;
71     sem_destroy; sem_getvalue; sem_init; sem_post; sem_trywait; sem_wait;
72     sem_destroy; sem_getvalue; sem_init; sem_post; sem_trywait; sem_wait;
73     sem_timedwait;
74     sigwait; sigaction; __sigaction; _exit; _Exit; longjmp; siglongjmp;
75     system;
76   local:
77     *;
79 GLIBC_2.2.6 {
80   global:
81     __libpthread_version_placeholder;
82 } GLIBC_2.2.5;
83 GLIBC_2.3.2 {
84   global:
85     pthread_cond_init;
86     pthread_cond_signal; pthread_cond_broadcast;
87     pthread_cond_wait; pthread_cond_timedwait;
88 } GLIBC_2.2.6;
89 GLIBC_2.3.3 {
90   global:
91     __pthread_cleanup_routine;
92     __pthread_register_cancel; __pthread_unregister_cancel;
93     __pthread_register_cancel_defer; __pthread_unregister_cancel_restore;
94     __pthread_unwind_next;
95     pthread_attr_getaffinity_np;
96     pthread_barrierattr_getpshared;
97     pthread_condattr_getclock; pthread_condattr_setclock;
98     pthread_setaffinity_np;
99     pthread_tryjoin_np; pthread_timedjoin_np;
100 } GLIBC_2.3.2;
101 GLIBC_2.3.4 {
102   global:
103     pthread_attr_getaffinity_np;
104     pthread_getaffinity_np; pthread_setaffinity_np;
105     pthread_setschedprio;
106 } GLIBC_2.3.3;
107 GLIBC_2.4 {
108   global:
109     pthread_mutex_consistent_np;
110     pthread_mutex_getprioceiling; pthread_mutex_setprioceiling;
111     pthread_mutexattr_getprioceiling; pthread_mutexattr_setprioceiling;
112     pthread_mutexattr_getprotocol; pthread_mutexattr_setprotocol;
113     pthread_mutexattr_getrobust_np; pthread_mutexattr_setrobust_np;
114 } GLIBC_2.3.4;
115 GLIBC_2.11 {
116   global:
117     pthread_sigqueue;
118 } GLIBC_2.4;
119 GLIBC_2.12 {
120   global:
121     pthread_mutex_consistent; pthread_mutexattr_getrobust;
122     pthread_mutexattr_setrobust;
123     pthread_setname_np; pthread_getname_np;
124 } GLIBC_2.11;
125 GLIBC_2.18 {
126   global:
127     pthread_getattr_default_np;
128     pthread_setattr_default_np;
129 } GLIBC_2.12;
130 GLIBC_2.28 {
131   global:
132     call_once; cnd_broadcast; cnd_destroy; cnd_init; cnd_signal;
133     cnd_timedwait; cnd_wait; tss_create; tss_delete; tss_get; tss_set;
134     mtx_init; mtx_lock; mtx_timedlock; mtx_trylock; mtx_unlock; mtx_destroy;
135     thrd_create; thrd_detach; thrd_exit; thrd_join;
136 } GLIBC_2.18;
137 GLIBC_2.30 {
138   global:
139     pthread_mutex_clocklock;
140     pthread_rwlock_clockrdlock; pthread_rwlock_clockwrlock;
141     sem_clockwait; pthread_cond_clockwait;
142 } GLIBC_2.28;
143 GLIBC_2.31 {
144   global:
145     pthread_clockjoin_np;
146 } GLIBC_2.30;
147 GLIBC_PRIVATE {
148   global:
149     __futex_abstimed_wait64; __futex_abstimed_wait_cancelable64;
150     __libpthread_freeres;
151     __pthread_barrier_init; __pthread_barrier_wait;
152     __pthread_clock_gettime; __pthread_clock_settime;
153     __pthread_initialize_minimal;
154     __pthread_unwind; __pthread_get_minstack;
155     __shm_directory;
156 } GLIBC_2.31;