Work around missing nice() on Haiku
This commit is contained in:
parent
04ba4d8d3c
commit
2b718becd2
1 changed files with 4 additions and 0 deletions
|
@ -127,6 +127,10 @@
|
||||||
#include "sim_timer.h"
|
#include "sim_timer.h"
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
|
|
||||||
|
#ifdef __HAIKU__
|
||||||
|
#define nice(n) ({})
|
||||||
|
#endif
|
||||||
|
|
||||||
/* Forward Declaraations of Platform specific routines */
|
/* Forward Declaraations of Platform specific routines */
|
||||||
|
|
||||||
static t_stat sim_os_poll_kbd (void);
|
static t_stat sim_os_poll_kbd (void);
|
||||||
|
|
Loading…
Add table
Reference in a new issue