mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-21 06:06:25 +01:00
Revert all close-on-exec changes from earlier today
with b26cc125 these are no longer needed.
This commit is contained in:
parent
b26cc12513
commit
4cb31ef74e
7 changed files with 4 additions and 61 deletions
|
|
@ -289,9 +289,6 @@ StdioFileDescriptor::open ()
|
|||
/* we must have a lock on the FileManager's mutex */
|
||||
|
||||
_file = fopen (_path.c_str(), _mode.c_str());
|
||||
if (_file) {
|
||||
fcntl(fileno(_file), F_SETFD, fcntl(fileno(_file), F_GETFD) | FD_CLOEXEC);
|
||||
}
|
||||
return (_file == 0);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue