Minor patch against so building on NetBSD is possible.
* "Stub" to allow remote cpu to debug over a serial line using gdb.
*/
+#include <signal.h>
#include <sys/signal.h>
#include <unistd.h>
* "Stub" to allow remote cpu to debug over a serial line using gdb.
*/
+#include <signal.h>
#include <sys/signal.h>
#include <unistd.h>
#define __SIM_SYSCALL_EMUL_HH__
#define NO_STAT64 (defined(__APPLE__) || defined(__OpenBSD__) || \
- defined(__FreeBSD__) || defined(__CYGWIN__))
+ defined(__FreeBSD__) || defined(__CYGWIN__) || \
+ defined(__NetBSD__))
///
/// @file syscall_emul.hh