diff options
author | lstewart <lstewart@FreeBSD.org> | 2012-07-10 08:31:28 +0000 |
---|---|---|
committer | lstewart <lstewart@FreeBSD.org> | 2012-07-10 08:31:28 +0000 |
commit | 9ca1308bfb634fec0f594911944b51b4b01a5331 (patch) | |
tree | bab3e24661148b13e9aab20e0e268012c81b8ff0 /lib/libc | |
parent | 1e8e6a0b77d83627a120514a792a9b57bdca2833 (diff) | |
download | FreeBSD-src-9ca1308bfb634fec0f594911944b51b4b01a5331.zip FreeBSD-src-9ca1308bfb634fec0f594911944b51b4b01a5331.tar.gz |
Move the ffclock symbols from FBSD_1.2 to FBSD_1.3 where they should have been
put initially. They were added to head during development of 10-CURRENT, not
9-CURRENT.
Submitted by: glebius
Reviewed by: kib
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/Symbol.map | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/sys/Symbol.map b/lib/libc/sys/Symbol.map index f1c1567..6888ea0 100644 --- a/lib/libc/sys/Symbol.map +++ b/lib/libc/sys/Symbol.map @@ -365,9 +365,6 @@ FBSD_1.2 { cap_getmode; cap_new; cap_getrights; - ffclock_getcounter; - ffclock_getestimate; - ffclock_setestimate; getloginclass; pdfork; pdgetpid; @@ -382,6 +379,9 @@ FBSD_1.2 { }; FBSD_1.3 { + ffclock_getcounter; + ffclock_getestimate; + ffclock_setestimate; posix_fadvise; }; |