]> sourceware.org Git - newlib-cygwin.git/commitdiff
2003-03-07 Jeff Johnston <jjohnstn@redhat.com>
authorJeff Johnston <jjohnstn@redhat.com>
Fri, 7 Mar 2003 15:56:49 +0000 (15:56 +0000)
committerJeff Johnston <jjohnstn@redhat.com>
Fri, 7 Mar 2003 15:56:49 +0000 (15:56 +0000)
        * libc/include/sys/reent.h: Remove extraneous _sig_func
        declaration.

newlib/ChangeLog
newlib/libc/include/sys/reent.h

index c09409ff44697b295424baaf8ea25cd512932ae7..350c895d312b215a99a9267907f289b9c9d4c0a4 100644 (file)
@@ -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.
index 20e1a0118bc0232c8dbd6f9cb8837470e137c47c..2d6ce414654c7afde98b57ffbea2023034e4b483 100644 (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>
This page took 0.047551 seconds and 5 git commands to generate.