]> sourceware.org Git - newlib-cygwin.git/commitdiff
* libc/include/sys/config.h (__DYNAMIC_REENT__): Define for RTEMS.
authorCorinna Vinschen <corinna@vinschen.de>
Tue, 9 Jul 2013 13:14:31 +0000 (13:14 +0000)
committerCorinna Vinschen <corinna@vinschen.de>
Tue, 9 Jul 2013 13:14:31 +0000 (13:14 +0000)
newlib/ChangeLog
newlib/libc/include/sys/config.h

index fc5619bd478c30fefe9f6b41facd833dc1bf3bd5..41b99a95e7e394b6514e4ba6362e9a847c319970 100644 (file)
@@ -1,3 +1,7 @@
+2013-07-09  Sebastian Huber  <sebastian.huber@embedded-brains.de>
+
+       * libc/include/sys/config.h (__DYNAMIC_REENT__): Define for RTEMS.
+
 2013-07-09  Bin Cheng  <bin.cheng@arm.com>
 
        * libc/stdio/fwalk.c (_fwalk): Remove redundant test.
index a641c4b29ecdaa04c4bb9c047001a82f14e6d752..c726e14c9d94e0863d2e33313779bd87b55af589 100644 (file)
 #if defined(__rtems__)
 #define __FILENAME_MAX__ 255
 #define _READ_WRITE_RETURN_TYPE _ssize_t
+#define __DYNAMIC_REENT__
 #define _REENT_GLOBAL_ATEXIT
 #endif
 
This page took 0.051071 seconds and 5 git commands to generate.