fix #define typo

This commit is contained in:
Antonio SJ Musumeci 2016-09-13 17:40:23 -04:00
parent 1513c92cbc
commit 93923177ee

View File

@ -22,7 +22,7 @@
#endif
#ifndef POSIX_FADV_RANDOM
# define POSIX_FADV_NORMAL 1
# define POSIX_FADV_RANDOM 1
#endif
#ifndef POSIX_FADV_SEQUENTIAL