Deleted Added
sdiff udiff text old ( 226606 ) new ( 240178 )
full compact
1/*
2 * $FreeBSD: head/lib/libc/amd64/Symbol.map 240178 2012-09-06 20:59:49Z jilles $
3 */
4
5/*
6 * This only needs to contain symbols that are not listed in
7 * symbol maps from other parts of libc (i.e., not found in
8 * stdlib/Symbol.map, string/Symbol.map, sys/Symbol.map, ...).
9 */
10FBSD_1.0 {

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

61 __makecontext;
62 __longjmp;
63 __signalcontext;
64 signalcontext;
65 __siglongjmp;
66 .curbrk;
67 .minbrk;
68 _brk;
69 _end;
70 __sys_vfork;
71 _vfork;
72};