Uncomment STX_LINK and STX_64 definition.

This commit is contained in:
Ulrich Drepper 2000-04-17 23:05:45 +00:00
parent 9ef28d0f3a
commit 2f8f1d1549

View File

@ -19,10 +19,8 @@
#include <assert.h>
#include <sys/stat.h>
/* these are #define'd in <sys/stat.h> why #define them again?
#define STX_LINK 0x01
#define STX_64 0x08
*/
extern int statx (const char *pathname, struct stat64 *st, int len, int cmd);