Define STX_NORMAL and STX_64.

This commit is contained in:
Ulrich Drepper 2000-04-18 17:42:20 +00:00
parent 19250f4f64
commit f7bc29f16f

View file

@ -19,10 +19,9 @@
#include <assert.h>
#include <sys/stat.h>
/* these are #define'd in <sys/stat.h>, 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);