From bbedd75c41ff801c7606bbaf1b7bdfc45d3f45a5 Mon Sep 17 00:00:00 2001 From: Adhemerval Zanella Date: Tue, 25 Aug 2020 16:57:12 -0300 Subject: linux: Remove __ASSUME_ATFCTS The __have_atfcts is not used anywhere. Checked on x86_64-linux-gnu. --- io/openat.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'io') 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 #include -/* 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 -- cgit 1.4.1