Deleted Added
full compact
Symbol.map (178256) Symbol.map (179838)
1/*
1/*
2 * $FreeBSD: head/lib/libc/gen/Symbol.map 178256 2008-04-16 18:59:36Z delphij $
2 * $FreeBSD: head/lib/libc/gen/Symbol.map 179838 2008-06-17 06:26:29Z davidxu $
3 */
4
5FBSD_1.0 {
6 __xuname;
7 pthread_atfork;
8 pthread_attr_destroy;
9 pthread_attr_getdetachstate;
10 pthread_attr_getguardsize;

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

324 wait;
325 wait3;
326 waitpid;
327 wordexp;
328 wordfree;
329};
330
331FBSD_1.1 {
3 */
4
5FBSD_1.0 {
6 __xuname;
7 pthread_atfork;
8 pthread_attr_destroy;
9 pthread_attr_getdetachstate;
10 pthread_attr_getguardsize;

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

324 wait;
325 wait3;
326 waitpid;
327 wordexp;
328 wordfree;
329};
330
331FBSD_1.1 {
332 execvpe;
332 fdopendir;
333 fts_open;
334 fts_close;
335 fts_read;
336 fts_set;
337 fts_children;
338 fts_get_clientptr;
339 fts_get_stream;
340 fts_set_clientptr;
341 tcgetsid;
333 fdopendir;
334 fts_open;
335 fts_close;
336 fts_read;
337 fts_set;
338 fts_children;
339 fts_get_clientptr;
340 fts_get_stream;
341 fts_set_clientptr;
342 tcgetsid;
343 posix_spawn;
344 posix_spawn_file_actions_addclose;
345 posix_spawn_file_actions_adddup2;
346 posix_spawn_file_actions_addopen;
347 posix_spawn_file_actions_destroy;
348 posix_spawn_file_actions_init;
349 posix_spawnattr_destroy;
350 posix_spawnattr_getflags;
351 posix_spawnattr_getpgroup;
352 posix_spawnattr_getschedparam;
353 posix_spawnattr_getschedpolicy;
354 posix_spawnattr_getsigdefault;
355 posix_spawnattr_getsigmask;
356 posix_spawnattr_init;
357 posix_spawnattr_setflags;
358 posix_spawnattr_setpgroup;
359 posix_spawnattr_setschedparam;
360 posix_spawnattr_setschedpolicy;
361 posix_spawnattr_setsigdefault;
362 posix_spawnattr_setsigmask;
363 posix_spawnp;
342};
343
344FBSDprivate_1.0 {
345 /* needed by thread libraries */
346 __thr_jtable;
347
348 _pthread_atfork;
349 _pthread_attr_destroy;

--- 106 unchanged lines hidden ---
364};
365
366FBSDprivate_1.0 {
367 /* needed by thread libraries */
368 __thr_jtable;
369
370 _pthread_atfork;
371 _pthread_attr_destroy;

--- 106 unchanged lines hidden ---