Seconda parte della risistemazione delle dichiarazioni di inclusione.
[gapil.git] / sources / epoll_inotify_monitor.c
index d6cf1cf07b7ede3a523e3e5dbc45535663700f61..b6e07c2d13595a1e863fa9c5dc2c833e30d4ac29 100644 (file)
 #include <sys/inotify.h> /* Linux inotify interface */
 #include <sys/epoll.h>   /* Linux epoll interface */
 #include <stdlib.h>      /* C standard library */
-#include <unistd.h>      /* Unix standard library */
+#include <unistd.h>      /* unix standard library */
 #include <errno.h>       /* error definitions and routines */ 
 #include <stdio.h>       /* standard I/O library */
 #include <string.h>      /* C strings library */
 #include <fcntl.h>       /* file control function */
-#include <sys/ioctl.h>   /* ioctl function */
+#include <sys/ioctl.h>   /* ioctl syscall and constants */
 
 
 #include "macros.h"