瀏覽代碼
inotify is available only on Linux
master
Marco Grunert
Arun Prakash Jana
4 年之前
沒有發現已知的金鑰在資料庫的簽署中
GPG 金鑰 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 |
|
|
|