Revert all close-on-exec changes from earlier today
[ardour.git] / libs / ardour / butler.cc
index 119f01fc6b30a3005842f246c61a78433753b60e..db1b316368e7d1b0fc3f4cb5e6ba72a48cefc33f 100644 (file)
@@ -110,9 +110,6 @@ Butler::start_thread()
                return -1;
        }
 
-       fcntl(request_pipe[0], F_SETFD, fcntl(request_pipe[0], F_GETFD) | FD_CLOEXEC);
-       fcntl(request_pipe[1], F_SETFD, fcntl(request_pipe[1], F_GETFD) | FD_CLOEXEC);
-
        //pthread_detach (thread);
 
        return 0;