diff options
author | Cigy Cyriac <CCyriac@fusionio.com> | 2010-08-10 19:51:11 -0400 |
---|---|---|
committer | Jens Axboe <jaxboe@fusionio.com> | 2010-08-10 19:51:11 -0400 |
commit | bf2e821a55d8aa3de1cda7288a0e22883110fdc6 (patch) | |
tree | 5f2b5af2154aec6e35e1940152ece0beb87b05ad /os/os.h | |
parent | f5886fef7eb0c44ec854d00a70acc0dfc4975efa (diff) | |
download | fio-bf2e821a55d8aa3de1cda7288a0e22883110fdc6.tar.gz fio-bf2e821a55d8aa3de1cda7288a0e22883110fdc6.tar.bz2 |
Add support for AIX
Signed-off-by: Jens Axboe <jaxboe@fusionio.com>
Diffstat (limited to 'os/os.h')
-rw-r--r-- | os/os.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -14,6 +14,8 @@ #include "os-solaris.h" #elif defined(__APPLE__) #include "os-mac.h" +#elif defined(_AIX) +#include "os-aix.h" #else #error "unsupported os" #endif |