summaryrefslogtreecommitdiff
path: root/libs/ardour/rdff.c
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/rdff.c')
-rw-r--r--libs/ardour/rdff.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libs/ardour/rdff.c b/libs/ardour/rdff.c
index 9dbb6ddae1..ca8e1abf1f 100644
--- a/libs/ardour/rdff.c
+++ b/libs/ardour/rdff.c
@@ -74,8 +74,6 @@ rdff_open(const char* path, bool write)
}
}
- fcntl(fileno(fd), F_SETFD, fcntl(fileno(fd), F_GETFD) | FD_CLOEXEC);
-
RDFF ret = (RDFF)malloc(sizeof(struct _RDFF));
ret->fd = fd;
ret->size = size;