X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=os%2Fos.h;h=e47296801345d312249a277445e32bb42a6477a1;hb=ce4d13ca162df4127ec3b5911553802c53396705;hp=36b6bb2ed5662671d3116cee533ef81e9240688b;hpb=a824149a09e541c08e2236d8c6b828437e7781a7;p=fio.git diff --git a/os/os.h b/os/os.h index 36b6bb2e..e4729680 100644 --- a/os/os.h +++ b/os/os.h @@ -323,7 +323,7 @@ static inline int blockdev_size(struct fio_file *f, unsigned long long *bytes) #endif #ifdef FIO_USE_GENERIC_INIT_RANDOM_STATE -static inline int init_random_seeds(unsigned long *rand_seeds, int size) +static inline int init_random_seeds(uint64_t *rand_seeds, int size) { int fd; @@ -373,11 +373,13 @@ static inline int CPU_COUNT(os_cpu_mask_t *mask) #endif #ifndef FIO_HAVE_GETTID +#ifndef CONFIG_HAVE_GETTID static inline int gettid(void) { return getpid(); } #endif +#endif #ifndef FIO_HAVE_SHM_ATTACH_REMOVED static inline int shm_attach_to_open_removed(void)