diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2003-03-07 15:56:49 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2003-03-07 15:56:49 +0000 |
commit | 641da1ebcf29a0e441b2251b4241a2a7d3320410 (patch) | |
tree | c7be41e5f088f88fa00c6ccc7728c925f7376b89 /newlib/libc/include | |
parent | 3332e57f26944c92d2e9b539672ba619b1f6c4de (diff) | |
download | cygnal-641da1ebcf29a0e441b2251b4241a2a7d3320410.tar.gz cygnal-641da1ebcf29a0e441b2251b4241a2a7d3320410.tar.bz2 cygnal-641da1ebcf29a0e441b2251b4241a2a7d3320410.zip |
2003-03-07 Jeff Johnston <jjohnstn@redhat.com>
* libc/include/sys/reent.h: Remove extraneous _sig_func
declaration.
Diffstat (limited to 'newlib/libc/include')
-rw-r--r-- | newlib/libc/include/sys/reent.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/newlib/libc/include/sys/reent.h b/newlib/libc/include/sys/reent.h index 20e1a0118..2d6ce4146 100644 --- a/newlib/libc/include/sys/reent.h +++ b/newlib/libc/include/sys/reent.h @@ -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> |