Deleted Added
full compact
Symbol.map (235647) Symbol.map (239347)
1/*
1/*
2 * $FreeBSD: head/lib/libc/gen/Symbol.map 235647 2012-05-19 12:44:27Z gleb $
2 * $FreeBSD: head/lib/libc/gen/Symbol.map 239347 2012-08-17 02:26:31Z davidxu $
3 */
4
5FBSD_1.0 {
6 __xuname;
7 pthread_atfork;
8 pthread_attr_destroy;
9 pthread_attr_getdetachstate;
10 pthread_attr_getguardsize;
11 pthread_attr_getinheritsched;
12 pthread_attr_getschedparam;
13 pthread_attr_getschedpolicy;
14 pthread_attr_getscope;
15 pthread_attr_getstackaddr;
16 pthread_attr_getstacksize;
17 pthread_attr_init;
18 pthread_attr_setdetachstate;
19 pthread_attr_setguardsize;
20 pthread_attr_setinheritsched;
21 pthread_attr_setschedparam;
22 pthread_attr_setschedpolicy;
23 pthread_attr_setscope;
24 pthread_attr_setstackaddr;
25 pthread_attr_setstacksize;
26 pthread_cancel;
27 pthread_cleanup_pop;
28 pthread_cleanup_push;
29 pthread_cond_broadcast;
30 pthread_cond_destroy;
31 pthread_cond_init;
32 pthread_cond_signal;
33 pthread_cond_timedwait;
34 pthread_cond_wait;
35 pthread_detach;
36 pthread_equal;
37 pthread_exit;
38 pthread_getspecific;
39 pthread_join;
40 pthread_key_create;
41 pthread_key_delete;
42 pthread_kill;
43 pthread_main_np;
44 pthread_mutex_destroy;
45 pthread_mutex_init;
46 pthread_mutex_lock;
47 pthread_mutex_trylock;
48 pthread_mutex_unlock;
49 pthread_mutexattr_destroy;
50 pthread_mutexattr_init;
51 pthread_mutexattr_settype;
52 pthread_once;
53 pthread_rwlock_destroy;
54 pthread_rwlock_init;
55 pthread_rwlock_rdlock;
56 pthread_rwlock_tryrdlock;
57 pthread_rwlock_trywrlock;
58 pthread_rwlock_unlock;
59 pthread_rwlock_wrlock;
60 pthread_self;
61 pthread_setcancelstate;
62 pthread_setcanceltype;
63 pthread_setspecific;
64 pthread_sigmask;
65 pthread_testcancel;
66 alarm;
67 arc4random;
68 arc4random_addrandom;
69 arc4random_stir;
70 __assert;
71 basename;
72 check_utility_compat;
73 clock;
74 closedir;
75 confstr;
76 encrypt;
77 des_setkey;
78 des_cipher;
79 setkey;
80 ctermid;
81 ctermid_r;
82 daemon;
83 devname;
84 devname_r;
85 dirname;
86 getdiskbyname;
87 dladdr;
88 dlclose;
89 dlerror;
90 dlfunc;
91 dllockinit;
92 dlopen;
93 dlsym;
94 dlvsym;
95 dlinfo;
96 dl_iterate_phdr;
97 drand48;
98 erand48;
99 err_set_file;
100 err_set_exit;
101 err;
102 verr;
103 errc;
104 verrc;
105 errx;
106 verrx;
107 warn;
108 vwarn;
109 warnc;
110 vwarnc;
111 warnx;
112 vwarnx;
113 sys_errlist;
114 sys_nerr;
115 errno;
116 execl;
117 execle;
118 execlp;
119 execv;
120 execvp;
121 execvP;
122 fmtcheck;
123 fmtmsg;
124 fnmatch;
125 __fpclassifyf;
126 __fpclassifyd;
127 __fpclassifyl;
128 frexp;
129 setfstab;
130 getfstab;
131 getfsent;
132 getfsspec;
133 getfsfile;
134 setfsent;
135 endfsent;
136 ftok;
137 ftw;
138 glob;
139 globfree;
140 getbootfile;
141 getbsize;
142 cgetset;
143 cgetcap;
144 cgetent;
145 cgetmatch;
146 cgetfirst;
147 cgetclose;
148 cgetnext;
149 cgetstr;
150 cgetustr;
151 cgetnum;
152 getcwd;
153 getdomainname;
154 setgrent;
155 setgroupent;
156 endgrent;
157 getgrent_r;
158 getgrnam_r;
159 getgrgid_r;
160 getgrnam;
161 getgrgid;
162 getgrent;
163 /*
164 * Why are __gr_parse_entry() and __gr_match_entry() not static in
165 * gen/getgrent.c?
166 */
167 getgrouplist;
168 gethostname;
169 getloadavg;
170 getlogin;
171 getlogin_r;
172 getmntinfo;
173 setnetgrent;
174 getnetgrent;
175 endnetgrent;
176 innetgr;
177 getosreldate;
178 getpagesize;
179 getpeereid;
180 _getprogname;
181 getprogname;
182 setpwent;
183 setpassent;
184 endpwent;
185 getpwent_r;
186 getpwnam_r;
187 getpwuid_r;
188 getpwnam;
189 getpwuid;
190 getpwent;
191 getttynam;
192 getttyent;
193 setttyent;
194 endttyent;
195 isdialuptty;
196 isnettty;
197 getusershell;
198 endusershell;
199 setusershell;
200 getvfsbyname;
201 __isnan;
202 isnan;
203 __isnanf;
204 isnanf;
205 __isinf;
206 isinf;
207 __isinff;
208 __isinfl;
209 isatty;
210 initgroups;
211 jrand48;
212 lcong48;
213 ldexp;
214 lockf;
215 lrand48;
216 modf;
217 mrand48;
218 nftw;
219 nice;
220 nlist;
221 nrand48;
222 opendir;
223 pause;
224 posix_madvise;
225 popen;
226 pclose;
227 psignal;
228 raise;
229 readdir;
230 readdir_r;
231 readpassphrase;
232 getpass;
233 rewinddir;
234 scandir;
235 alphasort;
236 seed48;
237 seekdir;
238 user_from_uid;
239 group_from_gid;
240 setdomainname;
241 sethostname;
242 longjmperror;
243 getmode;
244 setmode;
245 setproctitle;
246 setprogname;
247 siginterrupt;
248 sys_signame;
249 sys_siglist;
250 sys_nsig;
251 signal;
252 sigaddset;
253 sigdelset;
254 sigemptyset;
255 sigfillset;
256 sigismember;
257 sleep;
258 srand48;
259 fstatvfs;
260 statvfs;
261 sl_init;
262 sl_add;
263 sl_free;
264 sl_find;
265 fflagstostr;
266 strtofflags;
267 sysconf;
268 sysctl;
269 sysctlbyname;
270 sysctlnametomib;
271 syslog;
272 vsyslog;
273 openlog;
274 closelog;
275 setlogmask;
276 ttyname_r;
277 ttyname;
278 timezone;
279 times;
280 time;
281 telldir;
282 tcgetattr;
283 tcsetattr;
284 tcsetpgrp;
285 tcgetpgrp;
286 cfgetospeed;
287 cfgetispeed;
288 cfsetospeed;
289 cfsetispeed;
290 cfsetspeed;
291 cfmakeraw;
292 tcsendbreak;
293 _init_tls;
294 __tls_get_addr;
295 tcdrain;
296 tcflush;
297 tcflow;
298 ualarm;
299 ulimit;
300 uname;
301 unvis;
302 strunvis;
303 strunvisx;
304 usleep;
305 utime;
306 valloc;
307 vis;
308 strvis;
309 strvisx;
310 wait;
311 wait3;
312 waitpid;
313 wordexp;
314 wordfree;
315};
316
317FBSD_1.1 {
318 arc4random_buf;
319 arc4random_uniform;
320 fdevname;
321 fdevname_r;
322 fdopendir;
323 feature_present;
324 fts_children;
325 fts_close;
326 fts_get_clientptr;
327 fts_get_stream;
328 fts_open;
329 fts_read;
330 fts_set;
331 fts_set_clientptr;
332 posix_spawn;
333 posix_spawn_file_actions_addclose;
334 posix_spawn_file_actions_adddup2;
335 posix_spawn_file_actions_addopen;
336 posix_spawn_file_actions_destroy;
337 posix_spawn_file_actions_init;
338 posix_spawnattr_destroy;
339 posix_spawnattr_getflags;
340 posix_spawnattr_getpgroup;
341 posix_spawnattr_getschedparam;
342 posix_spawnattr_getschedpolicy;
343 posix_spawnattr_getsigdefault;
344 posix_spawnattr_getsigmask;
345 posix_spawnattr_init;
346 posix_spawnattr_setflags;
347 posix_spawnattr_setpgroup;
348 posix_spawnattr_setschedparam;
349 posix_spawnattr_setschedpolicy;
350 posix_spawnattr_setsigdefault;
351 posix_spawnattr_setsigmask;
352 posix_spawnp;
353 semctl;
354 tcgetsid;
355 tcsetsid;
356 __pthread_cleanup_pop_imp;
357 __pthread_cleanup_push_imp;
358};
359
360FBSD_1.2 {
361 basename_r;
362 cfmakesane;
363 endutxent;
364 getpagesizes;
365 getutxent;
366 getutxid;
367 getutxline;
368 getutxuser;
369 pututxline;
370 sem_close;
371 sem_destroy;
372 sem_getvalue;
373 sem_init;
374 sem_open;
375 sem_post;
376 sem_timedwait;
377 sem_trywait;
378 sem_unlink;
379 sem_wait;
380 setutxdb;
381 setutxent;
382};
383
384FBSD_1.3 {
3 */
4
5FBSD_1.0 {
6 __xuname;
7 pthread_atfork;
8 pthread_attr_destroy;
9 pthread_attr_getdetachstate;
10 pthread_attr_getguardsize;
11 pthread_attr_getinheritsched;
12 pthread_attr_getschedparam;
13 pthread_attr_getschedpolicy;
14 pthread_attr_getscope;
15 pthread_attr_getstackaddr;
16 pthread_attr_getstacksize;
17 pthread_attr_init;
18 pthread_attr_setdetachstate;
19 pthread_attr_setguardsize;
20 pthread_attr_setinheritsched;
21 pthread_attr_setschedparam;
22 pthread_attr_setschedpolicy;
23 pthread_attr_setscope;
24 pthread_attr_setstackaddr;
25 pthread_attr_setstacksize;
26 pthread_cancel;
27 pthread_cleanup_pop;
28 pthread_cleanup_push;
29 pthread_cond_broadcast;
30 pthread_cond_destroy;
31 pthread_cond_init;
32 pthread_cond_signal;
33 pthread_cond_timedwait;
34 pthread_cond_wait;
35 pthread_detach;
36 pthread_equal;
37 pthread_exit;
38 pthread_getspecific;
39 pthread_join;
40 pthread_key_create;
41 pthread_key_delete;
42 pthread_kill;
43 pthread_main_np;
44 pthread_mutex_destroy;
45 pthread_mutex_init;
46 pthread_mutex_lock;
47 pthread_mutex_trylock;
48 pthread_mutex_unlock;
49 pthread_mutexattr_destroy;
50 pthread_mutexattr_init;
51 pthread_mutexattr_settype;
52 pthread_once;
53 pthread_rwlock_destroy;
54 pthread_rwlock_init;
55 pthread_rwlock_rdlock;
56 pthread_rwlock_tryrdlock;
57 pthread_rwlock_trywrlock;
58 pthread_rwlock_unlock;
59 pthread_rwlock_wrlock;
60 pthread_self;
61 pthread_setcancelstate;
62 pthread_setcanceltype;
63 pthread_setspecific;
64 pthread_sigmask;
65 pthread_testcancel;
66 alarm;
67 arc4random;
68 arc4random_addrandom;
69 arc4random_stir;
70 __assert;
71 basename;
72 check_utility_compat;
73 clock;
74 closedir;
75 confstr;
76 encrypt;
77 des_setkey;
78 des_cipher;
79 setkey;
80 ctermid;
81 ctermid_r;
82 daemon;
83 devname;
84 devname_r;
85 dirname;
86 getdiskbyname;
87 dladdr;
88 dlclose;
89 dlerror;
90 dlfunc;
91 dllockinit;
92 dlopen;
93 dlsym;
94 dlvsym;
95 dlinfo;
96 dl_iterate_phdr;
97 drand48;
98 erand48;
99 err_set_file;
100 err_set_exit;
101 err;
102 verr;
103 errc;
104 verrc;
105 errx;
106 verrx;
107 warn;
108 vwarn;
109 warnc;
110 vwarnc;
111 warnx;
112 vwarnx;
113 sys_errlist;
114 sys_nerr;
115 errno;
116 execl;
117 execle;
118 execlp;
119 execv;
120 execvp;
121 execvP;
122 fmtcheck;
123 fmtmsg;
124 fnmatch;
125 __fpclassifyf;
126 __fpclassifyd;
127 __fpclassifyl;
128 frexp;
129 setfstab;
130 getfstab;
131 getfsent;
132 getfsspec;
133 getfsfile;
134 setfsent;
135 endfsent;
136 ftok;
137 ftw;
138 glob;
139 globfree;
140 getbootfile;
141 getbsize;
142 cgetset;
143 cgetcap;
144 cgetent;
145 cgetmatch;
146 cgetfirst;
147 cgetclose;
148 cgetnext;
149 cgetstr;
150 cgetustr;
151 cgetnum;
152 getcwd;
153 getdomainname;
154 setgrent;
155 setgroupent;
156 endgrent;
157 getgrent_r;
158 getgrnam_r;
159 getgrgid_r;
160 getgrnam;
161 getgrgid;
162 getgrent;
163 /*
164 * Why are __gr_parse_entry() and __gr_match_entry() not static in
165 * gen/getgrent.c?
166 */
167 getgrouplist;
168 gethostname;
169 getloadavg;
170 getlogin;
171 getlogin_r;
172 getmntinfo;
173 setnetgrent;
174 getnetgrent;
175 endnetgrent;
176 innetgr;
177 getosreldate;
178 getpagesize;
179 getpeereid;
180 _getprogname;
181 getprogname;
182 setpwent;
183 setpassent;
184 endpwent;
185 getpwent_r;
186 getpwnam_r;
187 getpwuid_r;
188 getpwnam;
189 getpwuid;
190 getpwent;
191 getttynam;
192 getttyent;
193 setttyent;
194 endttyent;
195 isdialuptty;
196 isnettty;
197 getusershell;
198 endusershell;
199 setusershell;
200 getvfsbyname;
201 __isnan;
202 isnan;
203 __isnanf;
204 isnanf;
205 __isinf;
206 isinf;
207 __isinff;
208 __isinfl;
209 isatty;
210 initgroups;
211 jrand48;
212 lcong48;
213 ldexp;
214 lockf;
215 lrand48;
216 modf;
217 mrand48;
218 nftw;
219 nice;
220 nlist;
221 nrand48;
222 opendir;
223 pause;
224 posix_madvise;
225 popen;
226 pclose;
227 psignal;
228 raise;
229 readdir;
230 readdir_r;
231 readpassphrase;
232 getpass;
233 rewinddir;
234 scandir;
235 alphasort;
236 seed48;
237 seekdir;
238 user_from_uid;
239 group_from_gid;
240 setdomainname;
241 sethostname;
242 longjmperror;
243 getmode;
244 setmode;
245 setproctitle;
246 setprogname;
247 siginterrupt;
248 sys_signame;
249 sys_siglist;
250 sys_nsig;
251 signal;
252 sigaddset;
253 sigdelset;
254 sigemptyset;
255 sigfillset;
256 sigismember;
257 sleep;
258 srand48;
259 fstatvfs;
260 statvfs;
261 sl_init;
262 sl_add;
263 sl_free;
264 sl_find;
265 fflagstostr;
266 strtofflags;
267 sysconf;
268 sysctl;
269 sysctlbyname;
270 sysctlnametomib;
271 syslog;
272 vsyslog;
273 openlog;
274 closelog;
275 setlogmask;
276 ttyname_r;
277 ttyname;
278 timezone;
279 times;
280 time;
281 telldir;
282 tcgetattr;
283 tcsetattr;
284 tcsetpgrp;
285 tcgetpgrp;
286 cfgetospeed;
287 cfgetispeed;
288 cfsetospeed;
289 cfsetispeed;
290 cfsetspeed;
291 cfmakeraw;
292 tcsendbreak;
293 _init_tls;
294 __tls_get_addr;
295 tcdrain;
296 tcflush;
297 tcflow;
298 ualarm;
299 ulimit;
300 uname;
301 unvis;
302 strunvis;
303 strunvisx;
304 usleep;
305 utime;
306 valloc;
307 vis;
308 strvis;
309 strvisx;
310 wait;
311 wait3;
312 waitpid;
313 wordexp;
314 wordfree;
315};
316
317FBSD_1.1 {
318 arc4random_buf;
319 arc4random_uniform;
320 fdevname;
321 fdevname_r;
322 fdopendir;
323 feature_present;
324 fts_children;
325 fts_close;
326 fts_get_clientptr;
327 fts_get_stream;
328 fts_open;
329 fts_read;
330 fts_set;
331 fts_set_clientptr;
332 posix_spawn;
333 posix_spawn_file_actions_addclose;
334 posix_spawn_file_actions_adddup2;
335 posix_spawn_file_actions_addopen;
336 posix_spawn_file_actions_destroy;
337 posix_spawn_file_actions_init;
338 posix_spawnattr_destroy;
339 posix_spawnattr_getflags;
340 posix_spawnattr_getpgroup;
341 posix_spawnattr_getschedparam;
342 posix_spawnattr_getschedpolicy;
343 posix_spawnattr_getsigdefault;
344 posix_spawnattr_getsigmask;
345 posix_spawnattr_init;
346 posix_spawnattr_setflags;
347 posix_spawnattr_setpgroup;
348 posix_spawnattr_setschedparam;
349 posix_spawnattr_setschedpolicy;
350 posix_spawnattr_setsigdefault;
351 posix_spawnattr_setsigmask;
352 posix_spawnp;
353 semctl;
354 tcgetsid;
355 tcsetsid;
356 __pthread_cleanup_pop_imp;
357 __pthread_cleanup_push_imp;
358};
359
360FBSD_1.2 {
361 basename_r;
362 cfmakesane;
363 endutxent;
364 getpagesizes;
365 getutxent;
366 getutxid;
367 getutxline;
368 getutxuser;
369 pututxline;
370 sem_close;
371 sem_destroy;
372 sem_getvalue;
373 sem_init;
374 sem_open;
375 sem_post;
376 sem_timedwait;
377 sem_trywait;
378 sem_unlink;
379 sem_wait;
380 setutxdb;
381 setutxent;
382};
383
384FBSD_1.3 {
385 clock_getcpuclockid;
385 dirfd;
386 fdlopen;
387 __FreeBSD_libc_enter_restricted_mode;
388 getcontextx;
389};
390
391FBSDprivate_1.0 {
392 /* needed by thread libraries */
393 __thr_jtable;
394
395 _pthread_atfork;
396 _pthread_attr_destroy;
397 _pthread_attr_getdetachstate;
398 _pthread_attr_getguardsize;
399 _pthread_attr_getinheritsched;
400 _pthread_attr_getschedparam;
401 _pthread_attr_getschedpolicy;
402 _pthread_attr_getscope;
403 _pthread_attr_getstackaddr;
404 _pthread_attr_getstacksize;
405 _pthread_attr_init;
406 _pthread_attr_setdetachstate;
407 _pthread_attr_setguardsize;
408 _pthread_attr_setinheritsched;
409 _pthread_attr_setschedparam;
410 _pthread_attr_setschedpolicy;
411 _pthread_attr_setscope;
412 _pthread_attr_setstackaddr;
413 _pthread_attr_setstacksize;
414 _pthread_cancel;
415 _pthread_cancel_enter;
416 _pthread_cancel_leave;
417 _pthread_cleanup_pop;
418 _pthread_cleanup_push;
419 _pthread_cond_broadcast;
420 _pthread_cond_destroy;
421 _pthread_cond_init;
422 _pthread_cond_signal;
423 _pthread_cond_timedwait;
424 _pthread_cond_wait;
425 _pthread_detach;
426 _pthread_equal;
427 _pthread_exit;
428 _pthread_getspecific;
429 _pthread_join;
430 _pthread_key_create;
431 _pthread_key_delete;
432 _pthread_kill;
433 _pthread_main_np;
434 _pthread_mutex_destroy;
435 _pthread_mutex_init_calloc_cb;
436 _pthread_mutex_init;
437 _pthread_mutex_lock;
438 _pthread_mutex_trylock;
439 _pthread_mutex_unlock;
440 _pthread_mutexattr_destroy;
441 _pthread_mutexattr_init;
442 _pthread_mutexattr_settype;
443 _pthread_once;
444 _pthread_rwlock_destroy;
445 _pthread_rwlock_init;
446 _pthread_rwlock_rdlock;
447 _pthread_rwlock_tryrdlock;
448 _pthread_rwlock_trywrlock;
449 _pthread_rwlock_unlock;
450 _pthread_rwlock_wrlock;
451 _pthread_self;
452 _pthread_setcancelstate;
453 _pthread_setcanceltype;
454 _pthread_setspecific;
455 _pthread_sigmask;
456 _pthread_testcancel;
457 _spinlock;
458 _spinlock_debug;
459 _spinunlock;
460 _rtld_addr_phdr;
461 _rtld_atfork_pre;
462 _rtld_atfork_post;
463 _rtld_error; /* for private use */
464 _rtld_get_stack_prot;
465 _rtld_thread_init; /* for private use */
466 __elf_phdr_match_addr;
467 _err;
468 _warn;
469 __fmtcheck;
470 /* __pw_match_entry; */
471 /* __pw_parse_entry; */
472 __fdnlist; /* used by libkvm */
473 /* __aout_fdnlist; */
474 /* __elf_is_okay__; */
475 /* __elf_fdnlist; */
476 __opendir2;
477 __pause;
478 _pause;
479 __pw_scan; /* Used by (at least) libutil */
480 __raise;
481 _raise;
482 __sleep;
483 _sleep;
484 _rtld_allocate_tls;
485 _rtld_free_tls;
486#if defined(i386)
487 ___libc_tls_get_addr; /* x86 only */
488#endif
489 __libc_tls_get_addr;
490 __tcdrain;
491 _tcdrain;
492 __usleep;
493 _usleep;
494 __wait;
495 _wait;
496 __waitpid;
497 _waitpid;
498
499 _libc_sem_init_compat;
500 _libc_sem_destroy_compat;
501 _libc_sem_open_compat;
502 _libc_sem_close_compat;
503 _libc_sem_unlink_compat;
504 _libc_sem_wait_compat;
505 _libc_sem_trywait_compat;
506 _libc_sem_timedwait_compat;
507 _libc_sem_post_compat;
508 _libc_sem_getvalue_compat;
509
510 __elf_aux_vector;
511 __pthread_map_stacks_exec;
512 __fillcontextx;
513 __getcontextx_size;
514};
386 dirfd;
387 fdlopen;
388 __FreeBSD_libc_enter_restricted_mode;
389 getcontextx;
390};
391
392FBSDprivate_1.0 {
393 /* needed by thread libraries */
394 __thr_jtable;
395
396 _pthread_atfork;
397 _pthread_attr_destroy;
398 _pthread_attr_getdetachstate;
399 _pthread_attr_getguardsize;
400 _pthread_attr_getinheritsched;
401 _pthread_attr_getschedparam;
402 _pthread_attr_getschedpolicy;
403 _pthread_attr_getscope;
404 _pthread_attr_getstackaddr;
405 _pthread_attr_getstacksize;
406 _pthread_attr_init;
407 _pthread_attr_setdetachstate;
408 _pthread_attr_setguardsize;
409 _pthread_attr_setinheritsched;
410 _pthread_attr_setschedparam;
411 _pthread_attr_setschedpolicy;
412 _pthread_attr_setscope;
413 _pthread_attr_setstackaddr;
414 _pthread_attr_setstacksize;
415 _pthread_cancel;
416 _pthread_cancel_enter;
417 _pthread_cancel_leave;
418 _pthread_cleanup_pop;
419 _pthread_cleanup_push;
420 _pthread_cond_broadcast;
421 _pthread_cond_destroy;
422 _pthread_cond_init;
423 _pthread_cond_signal;
424 _pthread_cond_timedwait;
425 _pthread_cond_wait;
426 _pthread_detach;
427 _pthread_equal;
428 _pthread_exit;
429 _pthread_getspecific;
430 _pthread_join;
431 _pthread_key_create;
432 _pthread_key_delete;
433 _pthread_kill;
434 _pthread_main_np;
435 _pthread_mutex_destroy;
436 _pthread_mutex_init_calloc_cb;
437 _pthread_mutex_init;
438 _pthread_mutex_lock;
439 _pthread_mutex_trylock;
440 _pthread_mutex_unlock;
441 _pthread_mutexattr_destroy;
442 _pthread_mutexattr_init;
443 _pthread_mutexattr_settype;
444 _pthread_once;
445 _pthread_rwlock_destroy;
446 _pthread_rwlock_init;
447 _pthread_rwlock_rdlock;
448 _pthread_rwlock_tryrdlock;
449 _pthread_rwlock_trywrlock;
450 _pthread_rwlock_unlock;
451 _pthread_rwlock_wrlock;
452 _pthread_self;
453 _pthread_setcancelstate;
454 _pthread_setcanceltype;
455 _pthread_setspecific;
456 _pthread_sigmask;
457 _pthread_testcancel;
458 _spinlock;
459 _spinlock_debug;
460 _spinunlock;
461 _rtld_addr_phdr;
462 _rtld_atfork_pre;
463 _rtld_atfork_post;
464 _rtld_error; /* for private use */
465 _rtld_get_stack_prot;
466 _rtld_thread_init; /* for private use */
467 __elf_phdr_match_addr;
468 _err;
469 _warn;
470 __fmtcheck;
471 /* __pw_match_entry; */
472 /* __pw_parse_entry; */
473 __fdnlist; /* used by libkvm */
474 /* __aout_fdnlist; */
475 /* __elf_is_okay__; */
476 /* __elf_fdnlist; */
477 __opendir2;
478 __pause;
479 _pause;
480 __pw_scan; /* Used by (at least) libutil */
481 __raise;
482 _raise;
483 __sleep;
484 _sleep;
485 _rtld_allocate_tls;
486 _rtld_free_tls;
487#if defined(i386)
488 ___libc_tls_get_addr; /* x86 only */
489#endif
490 __libc_tls_get_addr;
491 __tcdrain;
492 _tcdrain;
493 __usleep;
494 _usleep;
495 __wait;
496 _wait;
497 __waitpid;
498 _waitpid;
499
500 _libc_sem_init_compat;
501 _libc_sem_destroy_compat;
502 _libc_sem_open_compat;
503 _libc_sem_close_compat;
504 _libc_sem_unlink_compat;
505 _libc_sem_wait_compat;
506 _libc_sem_trywait_compat;
507 _libc_sem_timedwait_compat;
508 _libc_sem_post_compat;
509 _libc_sem_getvalue_compat;
510
511 __elf_aux_vector;
512 __pthread_map_stacks_exec;
513 __fillcontextx;
514 __getcontextx_size;
515};