diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2019-11-06 20:49:08 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2019-11-06 20:49:08 -0800 |
commit | 04ac2824f9fa74583548b0cd58097d550a09b22a (patch) | |
tree | 447d33331013510c7a8843e49622c0db245b32d4 /stream.h | |
parent | 182e6a1b3bee42f203aa70ffe1675c3be7ef59fa (diff) | |
download | txr-04ac2824f9fa74583548b0cd58097d550a09b22a.tar.gz txr-04ac2824f9fa74583548b0cd58097d550a09b22a.tar.bz2 txr-04ac2824f9fa74583548b0cd58097d550a09b22a.zip |
open-process: close-on-exec bugfix.
This is a regression introduce in the 2019-06-09 commit
4f33b169dc547b7f9af6f2f1c173d36fc4d62fe8 "Adding fcntl
interface." which changed HAVE_FCNTL_H to HAVE_FCNTL
in the configure script, without making the same change
in stream.c.
* stream.c: Replace HAVE_FCNTL_H with the correct
HAVE_FCNTL, so that we're once again actually including
the <fcntl.h> header now, and setting the close-on-exec
flag on the pipe in open-process.
Diffstat (limited to 'stream.h')
0 files changed, 0 insertions, 0 deletions