mirror of
https://github.com/open-simh/simh.git
synced 2026-01-19 01:27:53 +00:00
Work around missing nice() on Haiku
This commit is contained in:
parent
04ba4d8d3c
commit
2b718becd2
@ -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 */
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user