Uncomment STX_LINK definition.
authorUlrich Drepper <drepper@redhat.com>
Mon, 17 Apr 2000 23:05:21 +0000 (23:05 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 17 Apr 2000 23:05:21 +0000 (23:05 +0000)
sysdeps/unix/sysv/aix/lxstat.c

index 2edaf72..58d8710 100644 (file)
@@ -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);