CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
binutils: update to 2.22. Removed host's texinfo dependency.
[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