mirror of git://sourceware.org/git/glibc.git
Define STX_NORMAL and STX_64.
This commit is contained in:
parent
19250f4f64
commit
f7bc29f16f
|
@ -19,10 +19,9 @@
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
|
|
||||||
/* these are #define'd in <sys/stat.h>, why #define them here?
|
|
||||||
#define STX_NORMAL 0x00
|
#define STX_NORMAL 0x00
|
||||||
#define STX_64 0x08
|
#define STX_64 0x08
|
||||||
*/
|
|
||||||
|
|
||||||
extern int statx (const char *pathname, struct stat64 *st, int len, int cmd);
|
extern int statx (const char *pathname, struct stat64 *st, int len, int cmd);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue