]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Define STX_NORMAL and STX_64.
authorUlrich Drepper <drepper@redhat.com>
Tue, 18 Apr 2000 17:42:20 +0000 (17:42 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 18 Apr 2000 17:42:20 +0000 (17:42 +0000)
sysdeps/unix/sysv/aix/xstat64.c

index 07a62fd0657660f2dd0097835bc774c338a8b4f2..eadf6371030c3e95f77e6977edc659a8c3be6cf4 100644 (file)
 #include <assert.h>
 #include <sys/stat.h>
 
-/* these are #define'd in <sys/stat.h>, why #define them here? 
 #define STX_NORMAL      0x00
 #define STX_64          0x08
- */
+
 
 extern int statx (const char *pathname, struct stat64 *st, int len, int cmd);