X-Git-Url: http://rtime.felk.cvut.cz/gitweb/rtems-devel.git/blobdiff_plain/1470e8aae556efde2551549c5bcd33fe7d0993a9..e2f92fa2e57627612e6c5d08797ad1ac4411eb8f:/rtems-patches/current/rtems-inttypes-wcs-disable-fix.patch diff --git a/rtems-patches/current/rtems-inttypes-wcs-disable-fix.patch b/rtems-patches/current/rtems-inttypes-wcs-disable-fix.patch deleted file mode 100644 index 570afd1..0000000 --- a/rtems-patches/current/rtems-inttypes-wcs-disable-fix.patch +++ /dev/null @@ -1,15 +0,0 @@ -Index: rtems/cpukit/libcsupport/include/inttypes.h -=================================================================== ---- rtems.orig/cpukit/libcsupport/include/inttypes.h -+++ rtems/cpukit/libcsupport/include/inttypes.h -@@ -281,8 +281,8 @@ extern intmax_t imaxabs(intmax_t j); - extern imaxdiv_t imaxdiv(intmax_t numer, intmax_t denomer); - extern intmax_t strtoimax(const char *__restrict, char **__restrict, int); - extern uintmax_t strtoumax(const char *__restrict, char **__restrict, int); --extern intmax_t wcstoimax(const wchar_t *__restrict, wchar_t **__restrict, int); --extern uintmax_t wcstoumax(const wchar_t *__restrict, wchar_t **__restrict, int); -+//extern intmax_t wcstoimax(const wchar_t *__restrict, wchar_t **__restrict, int); -+//extern uintmax_t wcstoumax(const wchar_t *__restrict, wchar_t **__restrict, int); - - #ifdef __cplusplus - }