Deleted Added
full compact
pthread.map (144614) pthread.map (144921)
1# $FreeBSD: head/lib/libthr/pthread.map 144614 2005-04-03 23:52:29Z davidxu $
1# $FreeBSD: head/lib/libthr/pthread.map 144921 2005-04-12 03:00:28Z davidxu $
2LIBPTHREAD_1_0 {
3global:
4 ___creat;
5 __accept;
6 __close;
7 __connect;
8 __error;
9 __fcntl;

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

339 wait4;
340 waitpid;
341 write;
342 writev;
343
344 # Debugger needs these.
345 _libthr_debug;
346 _thread_active_threads;
2LIBPTHREAD_1_0 {
3global:
4 ___creat;
5 __accept;
6 __close;
7 __connect;
8 __error;
9 __fcntl;

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

339 wait4;
340 waitpid;
341 write;
342 writev;
343
344 # Debugger needs these.
345 _libthr_debug;
346 _thread_active_threads;
347 _thread_bp_create;
348 _thread_bp_death;
349 _thread_event_mask;
347 _thread_keytable;
350 _thread_keytable;
351 _thread_last_event;
348 _thread_list;
349 _thread_max_keys;
350 _thread_off_attr_flags;
351 _thread_off_dtv;
352 _thread_list;
353 _thread_max_keys;
354 _thread_off_attr_flags;
355 _thread_off_dtv;
356 _thread_off_event_buf;
357 _thread_off_event_mask;
358 _thread_off_key_allocated;
359 _thread_off_key_destructor;
352 _thread_off_linkmap;
353 _thread_off_next;
360 _thread_off_linkmap;
361 _thread_off_next;
362 _thread_off_report_events;
363 _thread_off_state;
354 _thread_off_tcb;
355 _thread_off_tid;
364 _thread_off_tcb;
365 _thread_off_tid;
356 _thread_off_key_allocated;
357 _thread_off_key_destructor;
358 _thread_off_state;
359 _thread_off_thr_locklevel;
360 _thread_off_tlsindex;
366 _thread_off_tlsindex;
361 _thread_off_isdead;
362 _thread_size_key;
363 _thread_state_running;
364 _thread_state_zoombie;
365local:
366 *;
367};
367 _thread_size_key;
368 _thread_state_running;
369 _thread_state_zoombie;
370local:
371 *;
372};