Accept -foo as well as --foo for options
[fio.git] / os-linux.h
index 549694a468081b31208486dbf4605191dd054fa5..84919539e7a711e6c7d724705314a2c6e03d707b 100644 (file)
 #define FIO_HAVE_ODIRECT
 #define FIO_HAVE_HUGETLB
 
-/*
- * Only for x86 currently
- */
-#if defined(__i386__)
-#define FIO_HAVE_SYSLET
-#endif
-
 #define OS_MAP_ANON            (MAP_ANONYMOUS)
 
 typedef cpu_set_t os_cpu_mask_t;