glibc/sysdeps/unix/sysv/linux/generic/Makefile
Adhemerval Zanella 7eb3000f9f linux: Remove stat-check.c
The check is moved to LFS fstatat implementation (since it is the
code that actually implements the syscall).

Reviewed-by: Carlos O'Donell <carlos@redhat.com>
2021-02-11 08:02:16 -03:00

4 lines
73 B
Makefile

ifeq ($(subdir),misc)
sysdep_routines += epoll_create inotify_init
endif