about summary refs log tree commit diff
path: root/io/openat.c
diff options
context:
space:
mode:
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>2020-08-25 16:57:12 -0300
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>2020-09-02 09:16:05 -0300
commitbbedd75c41ff801c7606bbaf1b7bdfc45d3f45a5 (patch)
tree2750b2a343ae42c26e1b9f88e1f2023bc3af90dd /io/openat.c
parentfcdbd910679997f257de70e9e49801dc4db93222 (diff)
downloadglibc-bbedd75c41ff801c7606bbaf1b7bdfc45d3f45a5.tar.gz
glibc-bbedd75c41ff801c7606bbaf1b7bdfc45d3f45a5.tar.xz
glibc-bbedd75c41ff801c7606bbaf1b7bdfc45d3f45a5.zip
linux: Remove __ASSUME_ATFCTS
The __have_atfcts is not used anywhere.

Checked on x86_64-linux-gnu.
Diffstat (limited to 'io/openat.c')
-rw-r--r--io/openat.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/io/openat.c b/io/openat.c
index a7ce65bee2..2f5a9f04de 100644
--- a/io/openat.c
+++ b/io/openat.c
@@ -23,11 +23,6 @@
 #include <sys/stat.h>
 #include <kernel-features.h>
 
-/* Some mostly-generic code (e.g. sysdeps/posix/getcwd.c) uses this variable
-   if __ASSUME_ATFCTS is not defined.  */
-#ifndef __ASSUME_ATFCTS
-int __have_atfcts;
-#endif
 
 /* Open FILE with access OFLAG.  Interpret relative paths relative to
    the directory associated with FD.  If O_CREAT or O_TMPFILE is in OFLAG, a