2010-11-07 14:42:29 +01:00
|
|
|
/* dummy file for external tools to use. Real file is created by
|
|
|
|
newlib configuration. */
|
|
|
|
|
|
|
|
|
|
|
|
#ifndef _NEWLIB_H_
|
|
|
|
#define _NEWLIB_H_
|
|
|
|
|
2011-03-11 19:52:24 +01:00
|
|
|
#define __DYNAMIC_REENT__
|
2010-11-07 14:42:29 +01:00
|
|
|
|
|
|
|
#endif /* _NEWLIB_H_ */
|