diff options
author | Jens Axboe <jaxboe@fusionio.com> | 2010-08-11 10:29:12 -0400 |
---|---|---|
committer | Jens Axboe <jaxboe@fusionio.com> | 2010-08-11 10:29:12 -0400 |
commit | 8e239cae8aae89f07a885ffcc985600ce9c65d5d (patch) | |
tree | ea25e2f9e7e37294b5f3fceae55790985715704b /os/os.h | |
parent | 2995607f86b7cfc918b3c140f481c5809fc3306c (diff) | |
download | fio-8e239cae8aae89f07a885ffcc985600ce9c65d5d.tar.gz fio-8e239cae8aae89f07a885ffcc985600ce9c65d5d.tar.bz2 |
Cleanup MSG_DONTWAIT
Signed-off-by: Jens Axboe <jaxboe@fusionio.com>
Diffstat (limited to 'os/os.h')
-rw-r--r-- | os/os.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -37,6 +37,10 @@ #include "../lib/strsep.h" #endif +#ifdef MSG_DONTWAIT +#define OS_MSG_DONTWAIT MSG_DONTWAIT +#endif + #ifndef FIO_HAVE_FADVISE #define fadvise(fd, off, len, advice) (0) |