From bd6c3f35ae226125737503dddac48e7924425b49 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Fri, 6 Feb 2015 16:42:44 -0600 Subject: Alright, the Android guys agree with the musl guys: faccessat(AT_SYMLINK_NOFOLLOW) is not supported. --- lib/portability.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'lib/portability.h') diff --git a/lib/portability.h b/lib/portability.h index 143d10f6..70e33bf6 100644 --- a/lib/portability.h +++ b/lib/portability.h @@ -150,12 +150,6 @@ int utimensat(int fd, const char *path, const struct timespec times[2], int flag #include #endif -#ifdef __MUSL__ -#include -// Without this "rm -r dir" fails with "is directory". -#define faccessat(A, B, C, D) faccessat(A, B, C, 0) -#endif - // Work out how to do endianness #ifndef __APPLE__ -- cgit v1.2.3