Deleted Added
sdiff udiff text old ( 219224 ) new ( 219304 )
full compact
1/*
2 * $FreeBSD: head/lib/libc/sys/Symbol.map 219224 2011-03-03 11:31:08Z rwatson $
3 */
4
5/*
6 * It'd be nice to have this automatically generated, but we don't
7 * know to what version they will eventually belong, so for now
8 * it has to be manual.
9 */
10FBSD_1.0 {

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

339 cpuset_getaffinity;
340 cpuset_setaffinity;
341 faccessat;
342 fchmodat;
343 fchownat;
344 fexecve;
345 fstatat;
346 futimesat;
347 jail_get;
348 jail_set;
349 jail_remove;
350 linkat;
351 lpathconf;
352 mkdirat;
353 mkfifoat;
354 mknodat;
355 msgctl;
356 openat;
357 readlinkat;
358 renameat;
359 setfib;
360 shmctl;
361 symlinkat;
362 unlinkat;
363};
364
365FBSDprivate_1.0 {
366 ___acl_aclcheck_fd;
367 __sys___acl_aclcheck_fd;

--- 636 unchanged lines hidden ---