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

index 426b594..4741da0 100644 (file)
 #include <assert.h>
 #include <sys/stat.h>
 
-/* these are #define'd in <sys/stat.h> 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);