Deleted Added
full compact
Symbol.map (238345) Symbol.map (239347)
1/*
1/*
2 * $FreeBSD: head/lib/libc/sys/Symbol.map 238345 2012-07-10 08:31:28Z lstewart $
2 * $FreeBSD: head/lib/libc/sys/Symbol.map 239347 2012-08-17 02:26:31Z davidxu $
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 {
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 clock_getcpuclockid2;
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;
383 ffclock_getcounter;
384 ffclock_getestimate;
385 ffclock_setestimate;
386 posix_fadvise;
387};
388
389FBSDprivate_1.0 {
390 ___acl_aclcheck_fd;

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

486 _chflags;
487 __sys_chflags;
488 _chmod;
489 __sys_chmod;
490 _chown;
491 __sys_chown;
492 _chroot;
493 __sys_chroot;
494 _clock_getcpuclockid2;
495 __sys_clock_getcpuclockid2;
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 ---
496 _clock_getres;
497 __sys_clock_getres;
498 _clock_gettime;
499 __sys_clock_gettime;
500 _clock_settime;
501 __sys_clock_settime;
502 _close;
503 __sys_close;

--- 526 unchanged lines hidden ---