Define STX_NORMAL.

This commit is contained in:
Ulrich Drepper 2000-04-18 17:41:57 +00:00
parent 6f571f1f69
commit 19250f4f64

View File

@ -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);