diff options
Diffstat (limited to 'autoreload_inotify.c')
-rw-r--r-- | autoreload_inotify.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autoreload_inotify.c b/autoreload_inotify.c index 6bcbd04..87ce369 100644 --- a/autoreload_inotify.c +++ b/autoreload_inotify.c @@ -24,7 +24,7 @@ #include <unistd.h> #include <sys/inotify.h> -union { +static union { char d[4096]; /* aligned buffer */ struct inotify_event e; } buf; |