diff options
Diffstat (limited to 'sysdeps/unix/sysv/aix/lxstat.c')
-rw-r--r-- | sysdeps/unix/sysv/aix/lxstat.c | 2 |
1 files changed, 0 insertions, 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 <assert.h> #include <sys/stat.h> -/* this is #define'd in <sys/stat.h> - why #define it again? #define STX_LINK 0x01 - */ extern int statx (const char *pathname, struct stat *st, int len, int cmd); |