NetBSD: Build on NetBSD
Minor patch against so building on NetBSD is possible.
This commit is contained in:
@@ -33,7 +33,8 @@
|
||||
#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
|
||||
|
||||
Reference in New Issue
Block a user