mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-05 13:29:57 -05:00
core-util: introduce pa_fopen_cloexec()
This commit is contained in:
parent
a698ee3f52
commit
752727a13d
2 changed files with 29 additions and 3 deletions
|
|
@ -263,5 +263,6 @@ int pa_open_cloexec(const char *fn, int flags, mode_t mode);
|
|||
int pa_socket_cloexec(int domain, int type, int protocol);
|
||||
int pa_pipe_cloexec(int pipefd[2]);
|
||||
int pa_accept_cloexec(int sockfd, struct sockaddr *addr, socklen_t *addrlen);
|
||||
FILE* pa_fopen_cloexec(const char *path, const char *mode);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue