aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/mach/hurd/lxstat64.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/mach/hurd/lxstat64.c')
-rw-r--r--sysdeps/mach/hurd/lxstat64.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sysdeps/mach/hurd/lxstat64.c b/sysdeps/mach/hurd/lxstat64.c
index 2ee81ec..2b8f2ab 100644
--- a/sysdeps/mach/hurd/lxstat64.c
+++ b/sysdeps/mach/hurd/lxstat64.c
@@ -22,7 +22,7 @@
#include <hurd.h>
#include <shlib-compat.h>
-#if SHLIB_COMPAT(libc, GLIBC_2_1, GLIBC_2_33)
+#if LIB_COMPAT(libc, GLIBC_2_1, GLIBC_2_33)
/* Get information about the file descriptor FD in BUF. */
int
@@ -33,5 +33,4 @@ __lxstat64 (int vers, const char *file, struct stat64 *buf)
return __lstat64 (file, buf);
}
-
#endif