Uncomment STX_LINK definition.

This commit is contained in:
Ulrich Drepper 2000-04-17 23:05:21 +00:00
parent d5a39871bc
commit 9ef28d0f3a

View file

@ -19,9 +19,7 @@
#include <assert.h>
#include <sys/stat.h>
/* this is #define'd in <sys/stat.h> - why #define it again?
#define STX_LINK 0x01
*/
extern int statx (const char *pathname, struct stat *st, int len, int cmd);