Deleted Added
full compact
signalvar.h (41931) signalvar.h (42379)
1/*
2 * Copyright (c) 1991, 1993
3 * The Regents of the University of California. All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 17 unchanged lines hidden (view full) ---

26 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
27 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
28 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
29 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
30 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
31 * SUCH DAMAGE.
32 *
33 * @(#)signalvar.h 8.6 (Berkeley) 2/19/95
1/*
2 * Copyright (c) 1991, 1993
3 * The Regents of the University of California. All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 17 unchanged lines hidden (view full) ---

26 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
27 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
28 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
29 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
30 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
31 * SUCH DAMAGE.
32 *
33 * @(#)signalvar.h 8.6 (Berkeley) 2/19/95
34 * $Id: signalvar.h,v 1.20 1998/11/11 10:04:13 truckman Exp $
34 * $Id: signalvar.h,v 1.21 1998/12/19 02:55:34 julian Exp $
35 */
36
37#ifndef _SYS_SIGNALVAR_H_ /* tmp for user.h */
38#define _SYS_SIGNALVAR_H_
39
40#include <sys/signal.h>
41
42/*

--- 127 unchanged lines hidden (view full) ---

170void killproc __P((struct proc *p, char *why));
171void pgsigio __P((struct sigio *, int signum, int checkctty));
172void pgsignal __P((struct pgrp *pgrp, int sig, int checkctty));
173void postsig __P((int sig));
174void psignal __P((struct proc *p, int sig));
175void sigexit __P((struct proc *p, int signum));
176void siginit __P((struct proc *p));
177void trapsignal __P((struct proc *p, int sig, u_long code));
35 */
36
37#ifndef _SYS_SIGNALVAR_H_ /* tmp for user.h */
38#define _SYS_SIGNALVAR_H_
39
40#include <sys/signal.h>
41
42/*

--- 127 unchanged lines hidden (view full) ---

170void killproc __P((struct proc *p, char *why));
171void pgsigio __P((struct sigio *, int signum, int checkctty));
172void pgsignal __P((struct pgrp *pgrp, int sig, int checkctty));
173void postsig __P((int sig));
174void psignal __P((struct proc *p, int sig));
175void sigexit __P((struct proc *p, int signum));
176void siginit __P((struct proc *p));
177void trapsignal __P((struct proc *p, int sig, u_long code));
178
178#ifdef COMPAT_LINUX_THREADS
179void check_sigacts (void);
180#endif
179/*
180 * Machine-dependent functions:
181 */
182void sendsig __P((sig_t action, int sig, int returnmask, u_long code));
183#endif /* KERNEL */
184#endif /* !_SYS_SIGNALVAR_H_ */
181/*
182 * Machine-dependent functions:
183 */
184void sendsig __P((sig_t action, int sig, int returnmask, u_long code));
185#endif /* KERNEL */
186#endif /* !_SYS_SIGNALVAR_H_ */