- 08 Nov, 2009 1 commit
-
-
Max Kellermann authored
This function is used only internally.
-
- 07 Nov, 2009 2 commits
-
-
Max Kellermann authored
Added wrapper for inotify_init1() to fd_util.c.
-
Max Kellermann authored
Added the "fd_util" library, which attempts to use the new thread-safe Linux system calls pipe2(), accept4() and the options O_CLOEXEC, SOCK_CLOEXEC. Without these, it falls back to FD_CLOEXEC, which is not thread safe. This is particularly important for the "pipe" output plugin (and others, such as JACK/PulseAudio), because we were heavily leaking file descriptors to child processes.
-