Do not use compatibility at function when libc has them
modified compat/bsd_compat.h
@@ -91,7 +91,7 @@ void closefrom(int lowfd);
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -99,15 +99,15 @@ int faccessat(int fd, const char *path, int mode, int flag);
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified compat/file_at.c
@@ -33,7 +33,7 @@
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -92,7 +92,7 @@ file_chdir_unlock(int dfd)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -117,7 +117,7 @@ faccessat(int fd, const char *path, int mode, int flag)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -134,7 +134,7 @@ readlinkat(int fd, const char *restrict path, char *restrict buf,
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -154,7 +154,7 @@ fstatat(int fd, const char *path, struct stat *buf, int flag)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -177,7 +177,7 @@ openat(int fd, const char *path, int flags, ...)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|