Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2003-03-07 18:56:49 +0300
committerJeff Johnston <jjohnstn@redhat.com>2003-03-07 18:56:49 +0300
commit641da1ebcf29a0e441b2251b4241a2a7d3320410 (patch)
treec7be41e5f088f88fa00c6ccc7728c925f7376b89
parent3332e57f26944c92d2e9b539672ba619b1f6c4de (diff)
2003-03-07 Jeff Johnston <jjohnstn@redhat.com>
* libc/include/sys/reent.h: Remove extraneous _sig_func declaration.
-rw-r--r--newlib/ChangeLog7
-rw-r--r--newlib/libc/include/sys/reent.h2
2 files changed, 6 insertions, 3 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index c09409ff4..350c895d3 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -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.in: Regenerated.
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>