diff options
| author | Alfred Perlstein <alfred@FreeBSD.org> | 2002-03-19 21:25:46 +0000 |
|---|---|---|
| committer | Alfred Perlstein <alfred@FreeBSD.org> | 2002-03-19 21:25:46 +0000 |
| commit | 4d77a549fed13746cc4edf84e511b385c1754f3d (patch) | |
| tree | 7ea68f3b5c452a55df6c05b903dae3ac1e8f71f9 /sys/kern/kern_sig.c | |
| parent | 89fb8ee796263407b2396378b7076c0350b9e5cc (diff) | |
Notes
Diffstat (limited to 'sys/kern/kern_sig.c')
| -rw-r--r-- | sys/kern/kern_sig.c | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/sys/kern/kern_sig.c b/sys/kern/kern_sig.c index 19653de21693..0b06f60d26ec 100644 --- a/sys/kern/kern_sig.c +++ b/sys/kern/kern_sig.c @@ -74,16 +74,16 @@ #define ONSIG 32 /* NSIG for osig* syscalls. XXX. */ -static int coredump __P((struct thread *)); -static int do_sigaction __P((struct proc *p, int sig, struct sigaction *act, - struct sigaction *oact, int old)); -static int do_sigprocmask __P((struct proc *p, int how, sigset_t *set, - sigset_t *oset, int old)); -static char *expand_name __P((const char *, uid_t, pid_t)); -static int killpg1 __P((struct proc *cp, int sig, int pgid, int all)); -static int sig_ffs __P((sigset_t *set)); -static int sigprop __P((int sig)); -static void stop __P((struct proc *)); +static int coredump (struct thread *); +static int do_sigaction(struct proc *p, int sig, struct sigaction *act, + struct sigaction *oact, int old); +static int do_sigprocmask(struct proc *p, int how, sigset_t *set, + sigset_t *oset, int old); +static char *expand_name(const char *, uid_t, pid_t); +static int killpg1 (struct proc *cp, int sig, int pgid, int all); +static int sig_ffs (sigset_t *set); +static int sigprop (int sig); +static void stop (struct proc *); static int filt_sigattach(struct knote *kn); static void filt_sigdetach(struct knote *kn); |
