Subject: Re: port-amd64/35956
To: None <port-amd64-maintainer@netbsd.org, gnats-admin@netbsd.org,>
From: Edgar =?iso-8859-1?B?RnXf?= <ef@math.uni-bonn.de>
List: netbsd-bugs
Date: 03/09/2007 16:50:07
The following reply was made to PR port-amd64/35956; it has been noted by GNATS.
From: Edgar =?iso-8859-1?B?RnXf?= <ef@math.uni-bonn.de>
To: gnats-bugs@NetBSD.org
Cc:
Subject: Re: port-amd64/35956
Date: Fri, 9 Mar 2007 17:49:12 +0100
Looks like this ,,implements'' sched_yield():
--- syscalls.master.orig 2006-09-13 21:55:49.000000000 +0200
+++ syscalls.master 2007-03-09 16:48:07.000000000 +0100
@@ -264,7 +265,7 @@
156 STD { int linux32_sys_sched_setscheduler(pid_t pid, \
int policy, const linux32_sched_paramp_t sp); }
157 NOARGS { int linux_sys_sched_getscheduler(pid_t pid); }
-158 UNIMPL sched_yield
+158 STD { int linux_sys_sched_yield(void); }
159 UNIMPL sched_get_priority_max
160 UNIMPL sched_get_priority_min
161 UNIMPL sched_rr_get_interval