diff options
Diffstat (limited to 'os/os-netbsd.h')
-rw-r--r-- | os/os-netbsd.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/os/os-netbsd.h b/os/os-netbsd.h index 4c629dde..1ef58667 100644 --- a/os/os-netbsd.h +++ b/os/os-netbsd.h @@ -74,7 +74,4 @@ static inline unsigned long long get_fs_free_size(const char *path) #define FIO_MADV_FREE MADV_FREE #endif -/* XXX NetBSD doesn't have getopt_long_only */ -#define getopt_long_only getopt_long - #endif |