diff options
Diffstat (limited to 'lib/cloexec.h')
-rw-r--r-- | lib/cloexec.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/cloexec.h b/lib/cloexec.h deleted file mode 100644 index c25921d..0000000 --- a/lib/cloexec.h +++ /dev/null | |||
@@ -1,2 +0,0 @@ | |||
1 | #include <stdbool.h> | ||
2 | int set_cloexec_flag (int desc, bool value); | ||