diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-04-18 17:41:57 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-04-18 17:41:57 +0000 |
commit | 19250f4f64565ca8d466a768449960981622afd2 (patch) | |
tree | d4f29e5179e3c1219d58b4cc4694c68ba85982ea /sysdeps | |
parent | 6f571f1f690def73406fd6b28dc09a79e7205194 (diff) | |
download | glibc-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.c | 3 |
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); |