* libc/include/linux/sys/signal.h (sig_t): Move from here...
* libc/include/signal.h (sig_t): ...to here.
This commit is contained in:
parent
667f187146
commit
7971c2a29c
@ -1,3 +1,8 @@
|
||||
2011-01-12 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
|
||||
|
||||
* libc/include/linux/sys/signal.h (sig_t): Move from here...
|
||||
* libc/include/signal.h (sig_t): ...to here.
|
||||
|
||||
2011-01-10 Corinna Vinschen <vinschen@redhat.com>
|
||||
|
||||
* libc/machine/mips/strlen.c (strlen): Add delay slot for R3000.
|
||||
|
@ -8,6 +8,7 @@ _BEGIN_STD_C
|
||||
|
||||
typedef int sig_atomic_t; /* Atomic entity type (ANSI) */
|
||||
#ifndef _POSIX_SOURCE
|
||||
typedef _sig_func_ptr sig_t; /* BSD naming */
|
||||
typedef _sig_func_ptr sighandler_t; /* glibc naming */
|
||||
#endif /* !_POSIX_SOURCE */
|
||||
|
||||
|
@ -50,7 +50,6 @@ int _EXFUN(sigpause, (int));
|
||||
|
||||
#ifndef _POSIX_SOURCE
|
||||
extern const char *const sys_siglist[];
|
||||
typedef __sighandler_t sig_t; /* BSDism */
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user