From 2f8f1d154905dec6cbaa92b7245f35e3c6bde8eb Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 17 Apr 2000 23:05:45 +0000 Subject: [PATCH] Uncomment STX_LINK and STX_64 definition. --- sysdeps/unix/sysv/aix/lxstat64.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/sysdeps/unix/sysv/aix/lxstat64.c b/sysdeps/unix/sysv/aix/lxstat64.c index 426b59443f9..4741da0e526 100644 --- a/sysdeps/unix/sysv/aix/lxstat64.c +++ b/sysdeps/unix/sysv/aix/lxstat64.c @@ -19,10 +19,8 @@ #include #include -/* these are #define'd in why #define them again? #define STX_LINK 0x01 #define STX_64 0x08 - */ extern int statx (const char *pathname, struct stat64 *st, int len, int cmd); -- 2.47.3