2 portability fixes: Added tests for i386 on BSDs and added a check for sched_setscheduler.

This commit is contained in:
gfk
2002-08-27 02:03:33 +00:00
parent 6da4b44139
commit 0ffc198db1
2 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -42,7 +42,7 @@
// Autoselect... Does this always work well ?
#ifdef DELAY_AUTOSELECT
# ifdef HAVE_SCHED_H
# if defined HAVE_SCHED_H && defined HAVE_SCHED_SETSCHEDULER
# define DELAY_NANOSLEEP
# else
# define DELAY_GETTIMEOFDAY