ObjFW  Diff

Differences From Artifact [e75e01d402]:

To Artifact [5e58174b96]:


15
16
17
18
19
20
21

22
23





24
25
26
27
28
29
30
15
16
17
18
19
20
21
22


23
24
25
26
27
28
29
30
31
32
33
34







+
-
-
+
+
+
+
+







 */

#include "config.h"

#include <assert.h>
#include <errno.h>

#ifdef HAVE_FCNTL_H
#include <fcntl.h>
#include <unistd.h>
# include <fcntl.h>
#endif
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif

#include <sys/epoll.h>

#import "OFKernelEventObserver.h"
#import "OFKernelEventObserver+Private.h"
#import "OFKernelEventObserver_epoll.h"
#import "OFArray.h"