From 9ef28d0f3a3cfbe9001ed8c6308d12e420f26d25 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 17 Apr 2000 23:05:21 +0000 Subject: [PATCH] Uncomment STX_LINK definition. --- sysdeps/unix/sysv/aix/lxstat.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/sysdeps/unix/sysv/aix/lxstat.c b/sysdeps/unix/sysv/aix/lxstat.c index 2edaf72d86..58d8710a4a 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);