aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/syscalls.master
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2008-03-25 09:11:53 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2008-03-25 09:11:53 +0000
commit7f64829a5e694cf940cd9e16021f7cc95c2cab3b (patch)
tree6648bfd3e3d0d414078c196b5faa15196cdf3f60 /sys/kern/syscalls.master
parentfa0c2b3474b7a5cc8c6b1b649402fe77515f9eaf (diff)
downloadsrc-7f64829a5e694cf940cd9e16021f7cc95c2cab3b.tar.gz
src-7f64829a5e694cf940cd9e16021f7cc95c2cab3b.zip
Fixed type of the fourth argument of cpuset_{get,set}affinity(2) to be size_t.
Prodded by: davidxu
Notes
Notes: svn path=/head/; revision=177597
Diffstat (limited to 'sys/kern/syscalls.master')
-rw-r--r--sys/kern/syscalls.master8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/kern/syscalls.master b/sys/kern/syscalls.master
index 59ef46eb772e..508feaad271b 100644
--- a/sys/kern/syscalls.master
+++ b/sys/kern/syscalls.master
@@ -852,11 +852,11 @@
cpuwhich_t which, id_t id, \
cpusetid_t *setid); }
487 AUE_NULL STD { int cpuset_getaffinity(cpulevel_t level, \
- cpuwhich_t which, id_t id, int cpusetsize, \
- long *mask); }
+ cpuwhich_t which, id_t id, size_t cpusetsize, \
+ cpuset_t *mask); }
488 AUE_NULL STD { int cpuset_setaffinity(cpulevel_t level, \
- cpuwhich_t which, id_t id, int cpusetsize, \
- long *mask); }
+ cpuwhich_t which, id_t id, size_t cpusetsize, \
+ const cpuset_t *mask); }
; Please copy any additions and changes to the following compatability tables:
; sys/compat/freebsd32/syscalls.master