-
Committer:
Ben Hutchings
-
Date:
2024-10-02 01:00:52 UTC
-
Revision ID:
git-v1:dad7655407b550d345663785097a341dd46488dc
[klibc] syscalls: Support for inotify_init1()
Linux 2.6.27 added the inotify_init1() system call, a variant of
inotify_init() with a flags parameter added. Generate a wrapper for
this system call.
Newer architectures support only inotify_init1(), so also add a
inotify_init() implementation for them.
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>