aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-04-18 17:41:57 +0000
committerUlrich Drepper <drepper@redhat.com>2000-04-18 17:41:57 +0000
commit19250f4f64565ca8d466a768449960981622afd2 (patch)
treed4f29e5179e3c1219d58b4cc4694c68ba85982ea /sysdeps
parent6f571f1f690def73406fd6b28dc09a79e7205194 (diff)
downloadglibc-19250f4f64565ca8d466a768449960981622afd2.tar
glibc-19250f4f64565ca8d466a768449960981622afd2.tar.gz
glibc-19250f4f64565ca8d466a768449960981622afd2.tar.bz2
glibc-19250f4f64565ca8d466a768449960981622afd2.zip
Define STX_NORMAL.
Diffstat (limited to 'sysdeps')
-rw-r--r--sysdeps/unix/sysv/aix/xstat.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sysdeps/unix/sysv/aix/xstat.c b/sysdeps/unix/sysv/aix/xstat.c
index e053ce7f11..df01afadf9 100644
--- a/sysdeps/unix/sysv/aix/xstat.c
+++ b/sysdeps/unix/sysv/aix/xstat.c
@@ -19,9 +19,8 @@
#include <assert.h>
#include <sys/stat.h>
-/* this is #define'd in <sys/stat.h> why #define it here?
#define STX_NORMAL 0x00
- */
+
extern int statx (const char *pathname, struct stat *st, int len, int cmd);