* libc/include/sys/config.h (__DYNAMIC_REENT__): Define for RTEMS.

This commit is contained in:
Corinna Vinschen 2013-07-09 13:14:31 +00:00
parent 5dad9defd0
commit 9b51cd8c6b
2 changed files with 5 additions and 0 deletions

View 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.

View File

@ -232,6 +232,7 @@
#if defined(__rtems__)
#define __FILENAME_MAX__ 255
#define _READ_WRITE_RETURN_TYPE _ssize_t
#define __DYNAMIC_REENT__
#define _REENT_GLOBAL_ATEXIT
#endif