Newlib: update to version 3.0.0
This commit is contained in:
parent
a3d94f168b
commit
875aaabebe
50 changed files with 1536 additions and 1651 deletions
|
|
@ -9,7 +9,7 @@
|
|||
#define ENV_LOCK __env_lock(reent_ptr)
|
||||
#define ENV_UNLOCK __env_unlock(reent_ptr)
|
||||
|
||||
void _EXFUN(__env_lock,(struct _reent *reent));
|
||||
void _EXFUN(__env_unlock,(struct _reent *reent));
|
||||
void __env_lock (struct _reent *reent);
|
||||
void __env_unlock (struct _reent *reent);
|
||||
|
||||
#endif /* _INCLUDE_ENVLOCK_H_ */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue