aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/signalvar.h
diff options
context:
space:
mode:
authorKonstantin Belousov <kib@FreeBSD.org>2015-01-18 15:03:26 +0000
committerKonstantin Belousov <kib@FreeBSD.org>2015-01-18 15:03:26 +0000
commite3612a4c1f89a7f8cadc9640537efd9fd7865b3a (patch)
treefe4f62af192d74fd0007bd2d18532e0942ab4bee /sys/sys/signalvar.h
parent9cac79b3786d124afc29f473d5f809c946561b89 (diff)
downloadsrc-e3612a4c1f89a7f8cadc9640537efd9fd7865b3a.tar.gz
src-e3612a4c1f89a7f8cadc9640537efd9fd7865b3a.zip
Make SIGSTOP working for sleeps done while waiting for fifo readers or
writers in open(2), when the fifo is located on an NFS mount. Reported by: bde Sponsored by: The FreeBSD Foundation MFC after: 1 week
Notes
Notes: svn path=/head/; revision=277321
Diffstat (limited to 'sys/sys/signalvar.h')
-rw-r--r--sys/sys/signalvar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/signalvar.h b/sys/sys/signalvar.h
index f7fcaa9c4cae..f0337027bf8d 100644
--- a/sys/sys/signalvar.h
+++ b/sys/sys/signalvar.h
@@ -325,7 +325,7 @@ extern struct mtx sigio_lock;
int cursig(struct thread *td);
int sigdeferstop(void);
-void sigallowstop(void);
+int sigallowstop(void);
void execsigs(struct proc *p);
void gsignal(int pgid, int sig, ksiginfo_t *ksi);
void killproc(struct proc *p, char *why);