From: Ulrich Drepper Date: Tue, 18 Apr 2000 17:41:57 +0000 (+0000) Subject: Define STX_NORMAL. X-Git-Tag: glibc-2.16-ports-before-merge~2393 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=19250f4f64565ca8d466a768449960981622afd2;p=thirdparty%2Fglibc.git Define STX_NORMAL. --- diff --git a/sysdeps/unix/sysv/aix/xstat.c b/sysdeps/unix/sysv/aix/xstat.c index e053ce7f11f..df01afadf9d 100644 --- a/sysdeps/unix/sysv/aix/xstat.c +++ b/sysdeps/unix/sysv/aix/xstat.c @@ -19,9 +19,8 @@ #include #include -/* this is #define'd in why #define it here? #define STX_NORMAL 0x00 - */ + extern int statx (const char *pathname, struct stat *st, int len, int cmd);