소스 검색
inotify is available only on Linux
master
Marco Grunert
Arun Prakash Jana
4 년 전
No known key found for this signature in database
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 |
|
|
|