1
0
mirror of https://github.com/simh/simh.git synced 2026-02-11 18:46:08 +00:00

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 */