mirror of
https://github.com/jarun/nnn.git
synced 2024-11-24 20:01:27 +00:00
Use a generic comment
This commit is contained in:
parent
ebf64d5a4a
commit
8b25593777
|
@ -30,7 +30,7 @@
|
||||||
|
|
||||||
#ifdef __linux__
|
#ifdef __linux__
|
||||||
#if defined(__arm__) || defined(__i386__)
|
#if defined(__arm__) || defined(__i386__)
|
||||||
#define _FILE_OFFSET_BITS 64 /* Support large files on 32-bit Linux */
|
#define _FILE_OFFSET_BITS 64 /* Support large files on 32-bit */
|
||||||
#endif
|
#endif
|
||||||
#include <sys/inotify.h>
|
#include <sys/inotify.h>
|
||||||
#define LINUX_INOTIFY
|
#define LINUX_INOTIFY
|
||||||
|
|
Loading…
Reference in a new issue