summaryrefslogtreecommitdiffstats
path: root/freebsd/sys/sys/signalvar.h
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd/sys/sys/signalvar.h')
-rw-r--r--freebsd/sys/sys/signalvar.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/freebsd/sys/sys/signalvar.h b/freebsd/sys/sys/signalvar.h
index aafbc0f8..70dd8fa3 100644
--- a/freebsd/sys/sys/signalvar.h
+++ b/freebsd/sys/sys/signalvar.h
@@ -382,6 +382,7 @@ void sigacts_copy(struct sigacts *dest, struct sigacts *src);
void sigacts_free(struct sigacts *ps);
struct sigacts *sigacts_hold(struct sigacts *ps);
int sigacts_shared(struct sigacts *ps);
+void sig_drop_caught(struct proc *p);
void sigexit(struct thread *td, int sig) __dead2;
int sigev_findtd(struct proc *p, struct sigevent *sigev, struct thread **);
int sig_ffs(sigset_t *set);