fanotify.c\linux\src - musl - musl - an implementation of the standard library for Linux-based systems

index : musl
musl - an implementation of the standard library for Linux-based systems
summary refs log tree commit diff
path: root/src/linux/fanotify.c
blob: c6211afc0002dbf1a288b6375d662cece5e35c5c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#include "syscall.h"
#include <sys/fanotify.h>
int fanotify_init(unsigned flags, unsigned event_f_flags)
{
	return syscall(SYS_fanotify_init, flags, event_f_flags);
}
int fanotify_mark(int fanotify_fd, unsigned flags, unsigned long long mask,
	 int dfd, const char *pathname)
{
	return syscall(SYS_fanotify_mark, fanotify_fd, flags, __SYSCALL_LL_E(mask), dfd, pathname);
}
generated by cgit v1.2.1 (git 2.18.0) at 2025年09月12日 04:13:10 +0000

AltStyle によって変換されたページ (->オリジナル) /