]> rtime.felk.cvut.cz Git - rtems-devel.git/blob - rtems-patches/current/rtems-inttypes-wcs-disable-fix.patch
gcc and binutils update for rtems-4.9.x arm9 build
[rtems-devel.git] / rtems-patches / current / rtems-inttypes-wcs-disable-fix.patch
1 Index: rtems/cpukit/libcsupport/include/inttypes.h
2 ===================================================================
3 --- rtems.orig/cpukit/libcsupport/include/inttypes.h
4 +++ rtems/cpukit/libcsupport/include/inttypes.h
5 @@ -281,8 +281,8 @@ extern intmax_t  imaxabs(intmax_t j);
6  extern imaxdiv_t imaxdiv(intmax_t numer, intmax_t denomer);
7  extern intmax_t  strtoimax(const char *__restrict, char **__restrict, int);
8  extern uintmax_t strtoumax(const char *__restrict, char **__restrict, int);
9 -extern intmax_t  wcstoimax(const wchar_t *__restrict, wchar_t **__restrict, int);
10 -extern uintmax_t wcstoumax(const wchar_t *__restrict, wchar_t **__restrict, int);
11 +//extern intmax_t  wcstoimax(const wchar_t *__restrict, wchar_t **__restrict, int);
12 +//extern uintmax_t wcstoumax(const wchar_t *__restrict, wchar_t **__restrict, int);
13  
14  #ifdef __cplusplus
15  }