This commit is contained in:
Arun Prakash Jana 2017-09-24 23:28:27 +05:30
parent 7a586da34d
commit bc76c0f7ee
No known key found for this signature in database
GPG key ID: A75979F35C080412

3
nnn.c
View file

@ -18,6 +18,9 @@
*/ */
#ifdef __linux__ #ifdef __linux__
#ifdef __i386__
#define _FILE_OFFSET_BITS 64 /* Support large files on 32-bit Linux */
#endif
#include <sys/inotify.h> #include <sys/inotify.h>
#define LINUX_INOTIFY #define LINUX_INOTIFY
#endif #endif