Browse Source

Merge pull request #314 from trapexit/fadvise

fix #define typo
pull/315/head
Antonio SJ Musumeci 8 years ago
committed by GitHub
parent
commit
a575cf76c2
  1. 2
      src/fs_fadvise.hpp

2
src/fs_fadvise.hpp

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

Loading…
Cancel
Save