Deleted Added
full compact
Symbol.map (194910) Symbol.map (197331)
1/*
1/*
2 * $FreeBSD: head/lib/libc/gen/Symbol.map 194910 2009-06-24 21:10:52Z jhb $
2 * $FreeBSD: head/lib/libc/gen/Symbol.map 197331 2009-09-19 18:01:32Z alc $
3 */
4
5FBSD_1.0 {
6 __xuname;
7 pthread_atfork;
8 pthread_attr_destroy;
9 pthread_attr_getdetachstate;
10 pthread_attr_getguardsize;

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

361 posix_spawnattr_setsigdefault;
362 posix_spawnattr_setsigmask;
363 posix_spawnp;
364 semctl;
365 tcgetsid;
366 tcsetsid;
367};
368
3 */
4
5FBSD_1.0 {
6 __xuname;
7 pthread_atfork;
8 pthread_attr_destroy;
9 pthread_attr_getdetachstate;
10 pthread_attr_getguardsize;

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

361 posix_spawnattr_setsigdefault;
362 posix_spawnattr_setsigmask;
363 posix_spawnp;
364 semctl;
365 tcgetsid;
366 tcsetsid;
367};
368
369FBSD_1.2 {
370 getpagesizes;
371};
372
369FBSDprivate_1.0 {
370 /* needed by thread libraries */
371 __thr_jtable;
372
373 _pthread_atfork;
374 _pthread_attr_destroy;
375 _pthread_attr_getdetachstate;
376 _pthread_attr_getguardsize;

--- 106 unchanged lines hidden ---
373FBSDprivate_1.0 {
374 /* needed by thread libraries */
375 __thr_jtable;
376
377 _pthread_atfork;
378 _pthread_attr_destroy;
379 _pthread_attr_getdetachstate;
380 _pthread_attr_getguardsize;

--- 106 unchanged lines hidden ---