Work around missing nice() on Haiku

This commit is contained in:
François Revol 2014-07-19 18:29:06 +02:00
parent 04ba4d8d3c
commit 2b718becd2

View file

@ -126,6 +126,10 @@
#include "sim_serial.h"
#include "sim_timer.h"
#include <ctype.h>
#ifdef __HAIKU__
#define nice(n) ({})
#endif
/* Forward Declaraations of Platform specific routines */