From: Ulrich Drepper Date: Mon, 17 Apr 2000 23:05:21 +0000 (+0000) Subject: Uncomment STX_LINK definition. X-Git-Tag: glibc-2.16-ports-before-merge~2451 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9ef28d0f3a3cfbe9001ed8c6308d12e420f26d25;p=thirdparty%2Fglibc.git Uncomment STX_LINK definition. --- diff --git a/sysdeps/unix/sysv/aix/lxstat.c b/sysdeps/unix/sysv/aix/lxstat.c index 2edaf72d86f..58d8710a4ab 100644 --- a/sysdeps/unix/sysv/aix/lxstat.c +++ b/sysdeps/unix/sysv/aix/lxstat.c @@ -19,9 +19,7 @@ #include #include -/* this is #define'd in - why #define it again? #define STX_LINK 0x01 - */ extern int statx (const char *pathname, struct stat *st, int len, int cmd);