ソースを参照

inotify is available only on Linux

master
Marco Grunert Arun Prakash Jana 4年前
コミット
6f7a4f723b
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: A75979F35C080412
1個のファイルの変更2行の追加0行の削除
  1. +2
    -0
      src/nnn.c

+ 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


読み込み中…
キャンセル
保存