]> sourceware.org Git - newlib-cygwin.git/commitdiff
* libc/include/signal.h (sighandler_t): Add typedef.
authorCorinna Vinschen <corinna@vinschen.de>
Thu, 1 Jul 2010 08:50:17 +0000 (08:50 +0000)
committerCorinna Vinschen <corinna@vinschen.de>
Thu, 1 Jul 2010 08:50:17 +0000 (08:50 +0000)
newlib/ChangeLog
newlib/libc/include/signal.h

index 21bce979d03845b353075be85a5ebfd0e85cdf8d..ac2accd5b8364f69e718f1660f1b839fdb56d88d 100644 (file)
@@ -1,3 +1,7 @@
+2010-07-01  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
+
+       * libc/include/signal.h (sighandler_t): Add typedef.
+
 2010-06-29  Antony King  <antony.king@sr.com>
 
        * libc/ctype/ctype_.c (__ctype_ptr): Reinstate definition (guarded by
index 1b3b57b49d7b3d45673ecd6e07a0b676d15b1559..478d07bc3b8cb1cf816121293163f8d3a6b71d7e 100644 (file)
@@ -7,6 +7,7 @@
 _BEGIN_STD_C
 
 typedef int    sig_atomic_t;           /* Atomic entity type (ANSI) */
+typedef _sig_func_ptr sighandler_t;    /* glibc naming */
 
 #define SIG_DFL ((_sig_func_ptr)0)     /* Default action */
 #define SIG_IGN ((_sig_func_ptr)1)     /* Ignore action */
This page took 0.04611 seconds and 5 git commands to generate.