Merge pull request #314 from trapexit/fadvise

fix #define typo
This commit is contained in:
Antonio SJ Musumeci 2016-09-13 17:40:28 -04:00 committed by GitHub
commit a575cf76c2

View File

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