From ceb21b8a90da680a6795fa49cc5744244f2d002a Mon Sep 17 00:00:00 2001 From: rsc Date: Tue, 19 Jul 2005 11:36:27 +0000 Subject: maybe openbsd has schedyield now --- include/libc.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'include/libc.h') diff --git a/include/libc.h b/include/libc.h index 88382c15..ff7e7be5 100644 --- a/include/libc.h +++ b/include/libc.h @@ -832,10 +832,6 @@ extern int post9pservice(int, char*); # endif #endif -#ifdef __OpenBSD__ -#define sched_yield() syscall(302) /* what is this? */ -#endif - /* command line */ extern char *argv0; extern void __fixargv0(void); -- cgit v1.2.3