From: Ulrich Drepper Date: Tue, 18 Apr 2000 17:42:20 +0000 (+0000) Subject: Define STX_NORMAL and STX_64. X-Git-Tag: upstream/2.30~10627^2~2392 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f7bc29f16fe98297bf39d551ac35407626d22e1d;p=external%2Fglibc.git Define STX_NORMAL and STX_64. --- diff --git a/sysdeps/unix/sysv/aix/xstat64.c b/sysdeps/unix/sysv/aix/xstat64.c index 07a62fd..eadf637 100644 --- a/sysdeps/unix/sysv/aix/xstat64.c +++ b/sysdeps/unix/sysv/aix/xstat64.c @@ -19,10 +19,9 @@ #include #include -/* these are #define'd in , 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);