]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
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 426b59443f97ac14f98c21bbe4ab027b8723c681..4741da0e526ed3613f610360169b400a6134a448 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);