Use a generic comment

This commit is contained in:
Arun Prakash Jana 2018-12-04 21:09:56 +05:30
parent ebf64d5a4a
commit 8b25593777
No known key found for this signature in database
GPG Key ID: A75979F35C080412
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@
#ifdef __linux__
#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
#include <sys/inotify.h>
#define LINUX_INOTIFY