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
|
|
@ -21,13 +21,13 @@ typedef _sig_func_ptr sighandler_t; /* glibc naming */
|
|||
|
||||
struct _reent;
|
||||
|
||||
_sig_func_ptr _EXFUN(_signal_r, (struct _reent *, int, _sig_func_ptr));
|
||||
int _EXFUN(_raise_r, (struct _reent *, int));
|
||||
_sig_func_ptr _signal_r (struct _reent *, int, _sig_func_ptr);
|
||||
int _raise_r (struct _reent *, int);
|
||||
|
||||
#ifndef _REENT_ONLY
|
||||
_sig_func_ptr _EXFUN(signal, (int, _sig_func_ptr));
|
||||
int _EXFUN(raise, (int));
|
||||
void _EXFUN(psignal, (int, const char *));
|
||||
_sig_func_ptr signal (int, _sig_func_ptr);
|
||||
int raise (int);
|
||||
void psignal (int, const char *);
|
||||
#endif
|
||||
|
||||
_END_STD_C
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue