aboutsummaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-10-21 01:12:48 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-10-23 12:47:28 -0700
commitf3bb959c9baba18a3575db969eaa4eecf5a9a21a (patch)
tree17f184048de1f14aca10c39064a9c17847cb8b21 /debian/control
parent399e65035866f7c48ad0829a82833614f9e5b3c3 (diff)
downloadconsfigurator-f3bb959c9baba18a3575db969eaa4eecf5a9a21a.tar.gz
HANDLE-FORK-REQUEST: immediately begin reading from out & err pipes
Previously we waited for waitpid(2) to return before reading from the pipes. If either pipe filled up before the child process exited, we would deadlock. Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/control b/debian/control
index 061072a..e678a3c 100644
--- a/debian/control
+++ b/debian/control
@@ -6,6 +6,7 @@ Build-Depends:
cl-alexandria,
cl-anaphora,
cl-babel,
+ cl-bordeaux-threads,
cl-cffi,
cl-osicat,
cl-heredoc,
@@ -35,6 +36,7 @@ Depends:
cl-alexandria,
cl-anaphora,
cl-babel,
+ cl-bordeaux-threads,
cl-cffi,
cl-osicat,
cl-heredoc,