From 24a60ffba1893a3506a6ed15fd4b26479d966cf3 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Sun, 16 Aug 2020 16:31:15 -0400 Subject: rename non-compiled files to *.h --- src/fcntl/FD_CLOEXEC.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/fcntl/FD_CLOEXEC.h (limited to 'src/fcntl/FD_CLOEXEC.h') diff --git a/src/fcntl/FD_CLOEXEC.h b/src/fcntl/FD_CLOEXEC.h new file mode 100644 index 00000000..f406ed34 --- /dev/null +++ b/src/fcntl/FD_CLOEXEC.h @@ -0,0 +1,7 @@ +#include + +#define FD_CLOEXEC (1) + +/* +POSIX(1) +*/ -- cgit v1.2.1