kernel_samsung_a53x/samples
Gabriel Krisman Bertazi 7b04731df2 samples: Make fs-monitor depend on libc and headers
[ Upstream commit 8fc70b3a142f97f7859bf052151df896933d2586 ]

Prevent build errors when headers or libc are not available, such as on
kernel build bots, like the below:

samples/fanotify/fs-monitor.c:7:10: fatal error: errno.h: No such file
or directory
  7 | #include <errno.h>
    |          ^~~~~~~~~

Link: https://lore.kernel.org/r/87fsslasgz.fsf@collabora.com
Suggested-by: Guenter Roeck <linux@roeck-us.net>
Tested-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Gabriel Krisman Bertazi <krisman@collabora.com>
Signed-off-by: Jan Kara <jack@suse.cz>
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2024-11-23 23:20:30 +01:00
..
auxdisplay Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
binderfs Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
bpf Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
configfs Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
connector Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
crypto Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
fanotify samples: Add fs error monitoring example 2024-11-23 23:20:30 +01:00
ftrace Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
hidraw Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
hw_breakpoint Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
kdb Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
kfifo Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
kmemleak Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
kobject Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
kprobes Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
livepatch Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
mei Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
nitro_enclaves Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
pidfd Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
pktgen Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
qmi Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
rpmsg Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
seccomp Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
timers Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
trace_events Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
trace_printk Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
uhid Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
v4l Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
vfio-mdev Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
vfs Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
watch_queue Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
watchdog Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
Kconfig samples: Make fs-monitor depend on libc and headers 2024-11-23 23:20:30 +01:00
Makefile samples: Add fs error monitoring example 2024-11-23 23:20:30 +01:00