From 258b100bf44ec5255ef594d6560ca3da03004577 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Sun, 9 Oct 2016 21:05:11 +0200 Subject: fix build --- sysdeps/mach/hurd/faccessat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysdeps/mach/hurd/faccessat.c b/sysdeps/mach/hurd/faccessat.c index 1da1d0da06..d88fa4ae57 100644 --- a/sysdeps/mach/hurd/faccessat.c +++ b/sysdeps/mach/hurd/faccessat.c @@ -28,7 +28,7 @@ #include int -faccessat (int fd, const char *file, int type, int at_flags) +__faccessat (int fd, const char *file, int type, int at_flags) { error_t err; file_t rcrdir, rcwdir, io; -- cgit v1.2.3