OSDN Git Service

2002-07-24 Jeff Johnston <jjohnstn@redhat.com>
authorjjohnstn <jjohnstn>
Wed, 24 Jul 2002 18:18:05 +0000 (18:18 +0000)
committerjjohnstn <jjohnstn>
Wed, 24 Jul 2002 18:18:05 +0000 (18:18 +0000)
commit5ca23e01b09a53d6e3b7324a2279ad45598bfdd1
tree34e165151b11995c1da5ce9dc453a5c11ac71c81
parentc7141cfd515c046709488b1cb868c68ccf288517
2002-07-24  Jeff Johnston  <jjohnstn@redhat.com>

        * libc/include/signal.h (SIG_IGN, SIG_DFL, SIG_ERR): Change
        to use _sig_func_ptr type casted constants.
        (_sig_func_ptr): Typedef moved to sys/signal.h.
        * libc/include/sys/signal.h (_sig_func_ptr): Typedef added.
        For __rtems, use POSIX definition, otherwise default to ANSI.
        * libc/sys/linux/sys/signal.h (_sig_func_ptr): Typedef added.
newlib/ChangeLog
newlib/libc/include/signal.h
newlib/libc/include/sys/signal.h
newlib/libc/sys/linux/sys/signal.h