os/os-linux: add pthread CPU affinity helper
[fio.git] / os / os-mac.h
index 0d97f6b984c60196cbc66a11737a612bc815e1e9..683aab3220a54f4125ebe97327be75b2a2b64d86 100644 (file)
 #define fio_swap32(x)  OSSwapInt32(x)
 #define fio_swap64(x)  OSSwapInt64(x)
 
-/*
- * OSX has a pitifully small shared memory segment by default,
- * so default to a lower number of max jobs supported
- */
-#define FIO_MAX_JOBS           128
-
-typedef off_t off64_t;
-
 #ifndef CONFIG_CLOCKID_T
 typedef unsigned int clockid_t;
 #endif