summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys
diff options
context:
space:
mode:
authordeischen <deischen@FreeBSD.org>2008-04-07 13:53:51 +0000
committerdeischen <deischen@FreeBSD.org>2008-04-07 13:53:51 +0000
commitbdfc7667fca4fb70f48fff5c0e4965ca46fed364 (patch)
treef3617f90227f89a7ed78b70f9f48eaf9d4d56a77 /lib/libc/sys
parentbe69e8bcc680c39198adcf80cb5eeb3473c897b9 (diff)
downloadFreeBSD-src-bdfc7667fca4fb70f48fff5c0e4965ca46fed364.zip
FreeBSD-src-bdfc7667fca4fb70f48fff5c0e4965ca46fed364.tar.gz
Move the cpuset functions from FBSD_1.0 to FBSD_1.1. All symbols added
to 8.0 belong in the FBSD_1.1 symbol namespace.
Diffstat (limited to 'lib/libc/sys')
-rw-r--r--lib/libc/sys/Symbol.map10
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/libc/sys/Symbol.map b/lib/libc/sys/Symbol.map
index f7f57cb..137f437 100644
--- a/lib/libc/sys/Symbol.map
+++ b/lib/libc/sys/Symbol.map
@@ -66,11 +66,6 @@ FBSD_1.0 {
clock_settime;
close;
connect;
- cpuset;
- cpuset_getid;
- cpuset_setid;
- cpuset_getaffinity;
- cpuset_setaffinity;
dup;
dup2;
eaccess;
@@ -335,6 +330,11 @@ FBSD_1.0 {
};
FBSD_1.1 {
+ cpuset;
+ cpuset_getid;
+ cpuset_setid;
+ cpuset_getaffinity;
+ cpuset_setaffinity;
faccessat;
fchmodat;
fchownat;
OpenPOWER on IntegriCloud