From: Ulrich Drepper Date: Mon, 17 Apr 2000 23:05:45 +0000 (+0000) Subject: Uncomment STX_LINK and STX_64 definition. X-Git-Tag: glibc-2.16-ports-before-merge~2450 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2f8f1d154905dec6cbaa92b7245f35e3c6bde8eb;p=thirdparty%2Fglibc.git Uncomment STX_LINK and STX_64 definition. --- 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);