CRUX-ARM :
Home
Home
::
Documentation
::
Download
::
Development
::
Community
::
Ports
::
Packages
::
Bugs
::
Links
::
About
::
Donors
development
/
crossrootfs.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
findutils: adapted to 64b
[crossrootfs.git]
/
cpio
/
cpio-2.11-stat.patch
1
--- a/src/filetypes.h
2
+++ b/src/filetypes.h
3
@@ -82,4 +82,6 @@
4
#define lstat stat
5
#endif
6
int lstat ();
7
+#ifndef stat
8
int stat ();
9
+#endif