2
1

tinyx-011010-strings.patch 470 B

12345678910111213
  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