]> rtime.felk.cvut.cz Git - rtems-devel.git/blobdiff - rtems-patches/current/rtems-inttypes-wcs-disable-fix.patch
rtems patches updated for rtems-4.9.3
[rtems-devel.git] / 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 (file)
index 570afd1..0000000
+++ /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
- }