diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2021-02-07 18:45:15 +0000 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2021-02-11 08:02:16 -0300 |
commit | 7eb3000f9f8fffd29126a5e5bb6d13cabd63a0f3 (patch) | |
tree | 59126d4d5b8d137f2c7c7710555ace4688f5cc06 /sysdeps/unix/sysv/linux/generic/Makefile | |
parent | d2fa24f2395db7767e43a42b5f891fe3d2dfb6b6 (diff) | |
download | glibc-7eb3000f9f8fffd29126a5e5bb6d13cabd63a0f3.tar.gz glibc-7eb3000f9f8fffd29126a5e5bb6d13cabd63a0f3.tar.xz glibc-7eb3000f9f8fffd29126a5e5bb6d13cabd63a0f3.zip |
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>
Diffstat (limited to 'sysdeps/unix/sysv/linux/generic/Makefile')
-rw-r--r-- | sysdeps/unix/sysv/linux/generic/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/generic/Makefile b/sysdeps/unix/sysv/linux/generic/Makefile index 124f83a0ab..7e27e79772 100644 --- a/sysdeps/unix/sysv/linux/generic/Makefile +++ b/sysdeps/unix/sysv/linux/generic/Makefile @@ -1,3 +1,3 @@ ifeq ($(subdir),misc) -sysdep_routines += epoll_create inotify_init stat-check +sysdep_routines += epoll_create inotify_init endif |