Deleted Added
sdiff udiff text old ( 238345 ) new ( 239347 )
full compact
1/*
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 {
382 clock_getcpuclockid2;
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;
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 ---