maybe openbsd has schedyield now

This commit is contained in:
rsc 2005-07-19 11:36:27 +00:00
parent a237e87c33
commit ceb21b8a90
2 changed files with 1 additions and 4 deletions

View file

@ -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);