Back out sched_{set|get}affinity addition because it breaks the

build again on i386 now it is fixed for other archs (Tom's fix and
mine got in colision)
This commit is contained in:
manu 2005-11-06 18:16:31 +00:00
parent 366c7b6131
commit 7505cb92a6
1 changed files with 3 additions and 5 deletions

View File

@ -1,4 +1,4 @@
$NetBSD: syscalls.master,v 1.75 2005/11/05 10:56:48 dogcow Exp $
$NetBSD: syscalls.master,v 1.76 2005/11/06 18:16:31 manu Exp $
; @(#)syscalls.master 8.1 (Berkeley) 7/19/93
@ -403,10 +403,8 @@
238 UNIMPL tkill
239 UNIMPL sendfile64
240 UNIMPL futex
241 STD { int linux_sys_sched_setaffinity(pid_t pid, \
unsigned int len, unsigned long *mask); }
242 STD { int linux_sys_sched_getaffinity(pid_t pid, \
unsigned int len, unsigned long *mask); }
241 UNIMPL sched_setaffinity
242 UNIMPL sched_getaffinity
243 UNIMPL set_thread_area
244 UNIMPL get_thread_area
245 UNIMPL io_setup