bump version
[buildroot.git] / package / tinyx / tinyx-011010-strings.patch
blob263116f8f24327a7676566fbc9c7c6606c8aa508
1 diff -urN xc-011010-0rig/include/Xfuncs.h xc-011010/include/Xfuncs.h
2 --- xc-011010-0rig/include/Xfuncs.h 2001-07-25 17:04:42.000000000 +0200
3 +++ xc-011010/include/Xfuncs.h 2007-08-13 13:08:39.000000000 +0200
4 @@ -45,6 +45,9 @@
5 #include <strings.h>
6 /* bcopy, bcmp, bzero declared */
7 #define _XFUNCS_H_INCLUDED_STRING_H
8 +#elif defined(__UCLIBC__)
9 +#include <string.h>
10 +#define _XFUNCS_H_INCLUDED_STRING_H
11 #else
12 #include <string.h>
13 #define _XFUNCS_H_INCLUDED_STRING_H