system/fd_util: remove unused function open_cloexec()
This commit is contained in:
@@ -54,13 +54,6 @@ extern "C" {
|
||||
int
|
||||
fd_set_cloexec(int fd, bool enable);
|
||||
|
||||
/**
|
||||
* Wrapper for open(), which sets the CLOEXEC flag (atomically if
|
||||
* supported by the OS).
|
||||
*/
|
||||
int
|
||||
open_cloexec(const char *path_fs, int flags, int mode);
|
||||
|
||||
/**
|
||||
* Wrapper for pipe(), which sets the CLOEXEC flag (atomically if
|
||||
* supported by the OS).
|
||||
|
Reference in New Issue
Block a user