X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=os%2Fos-netbsd.h;h=88fb3ef1c1a8710cdb118d9b5f5fdd21e04eddfa;hb=ce4d13ca162df4127ec3b5911553802c53396705;hp=c06261d4a2a8407d7d7640df6c19d38a4e9f60a3;hpb=46bfd4e5170ec950c1eb2e27c2ae67fa9b84ee12;p=fio.git diff --git a/os/os-netbsd.h b/os/os-netbsd.h index c06261d4..88fb3ef1 100644 --- a/os/os-netbsd.h +++ b/os/os-netbsd.h @@ -65,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) {