diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-02-14 04:03:47 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-02-14 04:03:47 +0000 |
commit | 05077628604346b65bf81ed44c5d8540a6b2f1e2 (patch) | |
tree | 206f0304757510bc994014a2ac8d76d398d4c5c8 /test | |
parent | ccb3a37f9323bfc0b90c18d717eb4838350d9696 (diff) | |
download | uClibc-alpine-05077628604346b65bf81ed44c5d8540a6b2f1e2.tar.bz2 uClibc-alpine-05077628604346b65bf81ed44c5d8540a6b2f1e2.tar.xz |
fix stat64
Diffstat (limited to 'test')
-rw-r--r-- | test/stat/stat64.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/stat/stat64.c b/test/stat/stat64.c new file mode 100644 index 000000000..a07425192 --- /dev/null +++ b/test/stat/stat64.c @@ -0,0 +1 @@ +#include "stat.c" |