2003-03-07 Jeff Johnston <jjohnstn@redhat.com>

* libc/include/sys/reent.h: Remove extraneous _sig_func
        declaration.
This commit is contained in:
Jeff Johnston
2003-03-07 15:56:49 +00:00
parent 3332e57f26
commit 641da1ebcf
2 changed files with 6 additions and 3 deletions

View File

@ -421,8 +421,6 @@ struct _reent
var->__sf_fake._data = _NULL; \
}
/* signal info */
void (**(_sig_func))(int);
/* Only built the assert() calls if we are built with debugging. */
#if DEBUG
#include <assert.h>