X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=os%2Fos-netbsd.h;h=88fb3ef1c1a8710cdb118d9b5f5fdd21e04eddfa;hp=682a11c95f1ccb91df421e424923dbd2c9703761;hb=01bf5128d0581e267383f280c6a1dcd26517240f;hpb=3d138b3e8fe85fbd7f33db3f90e2f1064a26bab5 diff --git a/os/os-netbsd.h b/os/os-netbsd.h index 682a11c9..88fb3ef1 100644 --- a/os/os-netbsd.h +++ b/os/os-netbsd.h @@ -21,7 +21,6 @@ #include "../file.h" #define FIO_HAVE_ODIRECT -#define FIO_USE_GENERIC_RAND #define FIO_USE_GENERIC_INIT_RANDOM_STATE #define FIO_HAVE_FS_STAT #define FIO_HAVE_GETTID @@ -66,10 +65,12 @@ static inline unsigned long long os_phys_mem(void) return mem; } +#ifndef CONFIG_HAVE_GETTID static inline int gettid(void) { return (int) _lwp_self(); } +#endif static inline unsigned long long get_fs_free_size(const char *path) {