Add __HAVE_SIGINFO
This commit is contained in:
parent
2454871f57
commit
099d2ea44d
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: sunos32.h,v 1.5 2003/09/28 10:24:47 martin Exp $ */
|
||||
/* $NetBSD: sunos32.h,v 1.6 2003/10/26 08:11:01 christos Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2001 Matthew R. Green
|
||||
|
@ -57,7 +57,11 @@ typedef u_int32_t sunos32_utsnamep_t;
|
|||
*/
|
||||
__BEGIN_DECLS
|
||||
/* Defined in arch/<arch>/sunos_machdep.c */
|
||||
void sunos32_sendsig __P((int, const sigset_t *, u_long));
|
||||
#ifdef __HAVE_SIGINFO
|
||||
void sunos32_sendsig(const ksiginfo_t *, const sigset_t *);
|
||||
#else
|
||||
void sunos32_sendsig(int, const sigset_t *, u_long);
|
||||
#endif
|
||||
__END_DECLS
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in New Issue