mirror of
git://sourceware.org/git/glibc.git
synced 2025-01-12 12:07:12 +08:00
Define STX_NORMAL and STX_64.
This commit is contained in:
parent
19250f4f64
commit
f7bc29f16f
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user