9a9b91c940
It's finally done.. Signed-off-by: kaguya <vpshinomiya@protonmail.com>
8 lines
131 B
C
8 lines
131 B
C
#ifndef _ABIBITS_INOTIFY_H
|
|
#define _ABIBITS_INOTIFY_H
|
|
|
|
#define IN_CLOEXEC 1
|
|
#define IN_NONBLOCK 2
|
|
|
|
#endif /* _ABIBITS_INOTIFY_H */
|