Deleted Added
sdiff udiff text old ( 238345 ) new ( 239347 )
full compact
1/*
2 * $FreeBSD: head/lib/libc/sys/Symbol.map 238345 2012-07-10 08:31:28Z lstewart $
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 {

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

374 rctl_get_rules;
375 rctl_get_limits;
376 rctl_add_rule;
377 rctl_remove_rule;
378 setloginclass;
379};
380
381FBSD_1.3 {
382 ffclock_getcounter;
383 ffclock_getestimate;
384 ffclock_setestimate;
385 posix_fadvise;
386};
387
388FBSDprivate_1.0 {
389 ___acl_aclcheck_fd;

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

485 _chflags;
486 __sys_chflags;
487 _chmod;
488 __sys_chmod;
489 _chown;
490 __sys_chown;
491 _chroot;
492 __sys_chroot;
493 _clock_getres;
494 __sys_clock_getres;
495 _clock_gettime;
496 __sys_clock_gettime;
497 _clock_settime;
498 __sys_clock_settime;
499 _close;
500 __sys_close;

--- 526 unchanged lines hidden ---