2003-03-07 Jeff Johnston <jjohnstn@redhat.com>
* libc/include/sys/reent.h: Remove extraneous _sig_func declaration.
This commit is contained in:
parent
3332e57f26
commit
641da1ebcf
|
@ -1,4 +1,9 @@
|
||||||
2002-02-25 D.Venkatasubramanian <dvenkat@noida.hcltech.com>
|
2003-03-07 Jeff Johnston <jjohnstn@redhat.com>
|
||||||
|
|
||||||
|
* libc/include/sys/reent.h: Remove extraneous _sig_func
|
||||||
|
declaration.
|
||||||
|
|
||||||
|
2003-02-25 D.Venkatasubramanian <dvenkat@noida.hcltech.com>
|
||||||
|
|
||||||
* libc/sys/h8300hms/Makefile.am: Add support for new files.
|
* libc/sys/h8300hms/Makefile.am: Add support for new files.
|
||||||
* libc/sys/h8300hms/Makefile.in: Regenerated.
|
* libc/sys/h8300hms/Makefile.in: Regenerated.
|
||||||
|
|
|
@ -421,8 +421,6 @@ struct _reent
|
||||||
var->__sf_fake._data = _NULL; \
|
var->__sf_fake._data = _NULL; \
|
||||||
}
|
}
|
||||||
|
|
||||||
/* signal info */
|
|
||||||
void (**(_sig_func))(int);
|
|
||||||
/* Only built the assert() calls if we are built with debugging. */
|
/* Only built the assert() calls if we are built with debugging. */
|
||||||
#if DEBUG
|
#if DEBUG
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
|
|
Loading…
Reference in New Issue