2 portability fixes: Added tests for i386 on BSDs and added a check for sched_setscheduler.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user