Deleted Added
sdiff udiff text old ( 235647 ) new ( 239347 )
full compact
1/*
2 * $FreeBSD: head/lib/libc/gen/Symbol.map 235647 2012-05-19 12:44:27Z gleb $
3 */
4
5FBSD_1.0 {
6 __xuname;
7 pthread_atfork;
8 pthread_attr_destroy;
9 pthread_attr_getdetachstate;
10 pthread_attr_getguardsize;

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

377 sem_trywait;
378 sem_unlink;
379 sem_wait;
380 setutxdb;
381 setutxent;
382};
383
384FBSD_1.3 {
385 dirfd;
386 fdlopen;
387 __FreeBSD_libc_enter_restricted_mode;
388 getcontextx;
389};
390
391FBSDprivate_1.0 {
392 /* needed by thread libraries */

--- 122 unchanged lines hidden ---