summary refs log tree commit diff
path: root/src/input.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/input.c')
-rw-r--r--src/input.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/input.c b/src/input.c
index 7f99d4a..11f7a3f 100644
--- a/src/input.c
+++ b/src/input.c
@@ -452,7 +452,6 @@ out:
 void
 setinputfd(int fd, int push)
 {
-	(void) fcntl(fd, F_SETFD, FD_CLOEXEC);
 	if (push) {
 		pushfile();
 		parsefile->buf = 0;