Deleted Added
full compact
pthread.map (197968) pthread.map (201546)
1/*
1/*
2 * $FreeBSD: head/lib/libthr/pthread.map 197968 2009-10-11 20:19:45Z jilles $
2 * $FreeBSD: head/lib/libthr/pthread.map 201546 2010-01-05 02:37:59Z davidxu $
3 */
4
5/*
6 * Use the same naming scheme as libc.
7 */
8FBSD_1.0 {
9 __error;
10 accept;

--- 129 unchanged lines hidden (view full) ---

140 pthread_timedjoin_np;
141 pthread_yield;
142 raise;
143 read;
144 readv;
145 recvfrom;
146 recvmsg;
147 select;
3 */
4
5/*
6 * Use the same naming scheme as libc.
7 */
8FBSD_1.0 {
9 __error;
10 accept;

--- 129 unchanged lines hidden (view full) ---

140 pthread_timedjoin_np;
141 pthread_yield;
142 raise;
143 read;
144 readv;
145 recvfrom;
146 recvmsg;
147 select;
148 sem_destroy;
149 sem_getvalue;
150 sem_init;
151 sem_post;
152 sem_timedwait;
153 sem_trywait;
154 sem_wait;
155 sendmsg;
156 sendto;
157 sigaction;
158 sigprocmask;
159 sigsuspend;
160 sigwait;
161 sigwaitinfo;
162 sigtimedwait;

--- 180 unchanged lines hidden (view full) ---

343 _pthread_suspend_all_np;
344 _pthread_suspend_np;
345 _pthread_switch_add_np;
346 _pthread_switch_delete_np;
347 _pthread_testcancel;
348 _pthread_timedjoin_np;
349 _pthread_yield;
350 _raise;
148 sendmsg;
149 sendto;
150 sigaction;
151 sigprocmask;
152 sigsuspend;
153 sigwait;
154 sigwaitinfo;
155 sigtimedwait;

--- 180 unchanged lines hidden (view full) ---

336 _pthread_suspend_all_np;
337 _pthread_suspend_np;
338 _pthread_switch_add_np;
339 _pthread_switch_delete_np;
340 _pthread_testcancel;
341 _pthread_timedjoin_np;
342 _pthread_yield;
343 _raise;
351 _sem_destroy;
352 _sem_getvalue;
353 _sem_init;
354 _sem_post;
355 _sem_timedwait;
356 _sem_trywait;
357 _sem_wait;
358 _sigaction;
359 _sigprocmask;
360 _sigsuspend;
361 _sigtimedwait;
362 _sigwait;
363 _sigwaitinfo;
364 _spinlock;
365 _spinlock_debug;

--- 39 unchanged lines hidden (view full) ---

405 pthread_mutex_getyieldloops_np;
406 pthread_mutex_isowned_np;
407 pthread_mutex_setspinloops_np;
408 pthread_mutex_setyieldloops_np;
409};
410
411FBSD_1.2 {
412 openat;
344 _sigaction;
345 _sigprocmask;
346 _sigsuspend;
347 _sigtimedwait;
348 _sigwait;
349 _sigwaitinfo;
350 _spinlock;
351 _spinlock_debug;

--- 39 unchanged lines hidden (view full) ---

391 pthread_mutex_getyieldloops_np;
392 pthread_mutex_isowned_np;
393 pthread_mutex_setspinloops_np;
394 pthread_mutex_setyieldloops_np;
395};
396
397FBSD_1.2 {
398 openat;
399 sem_destroy;
400 sem_getvalue;
401 sem_init;
402 sem_post;
403 sem_timedwait;
404 sem_trywait;
405 sem_wait;
413};
406};