瀏覽代碼
inotify is available only on Linux
master
Marco Grunert
Arun Prakash Jana
4 年之前
沒有發現已知的金鑰在資料庫的簽署中
GPG Key ID: A75979F35C080412
共有
1 個文件被更改,包括
2 次插入 和
0 次删除
-
src/nnn.c
|
|
@@ -35,8 +35,10 @@ |
|
|
|
#if defined(__arm__) || defined(__i386__) |
|
|
|
#define _FILE_OFFSET_BITS 64 /* Support large files on 32-bit */ |
|
|
|
#endif |
|
|
|
#if defined(__linux__) |
|
|
|
#include <sys/inotify.h> |
|
|
|
#define LINUX_INOTIFY |
|
|
|
#endif |
|
|
|
#if !defined(__GLIBC__) |
|
|
|
#include <sys/types.h> |
|
|
|
#endif |
|
|
|