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:
@@ -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 */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user