diff options
Diffstat (limited to 'sysdeps/unix/sysv/aix/xstat.c')
-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); |