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.
This commit is contained in:
parent
b75dfbe80d
commit
fc9299dd1b
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user