From 687265e54a2eb757404c21d9a262643987e21dbb Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Sun, 16 Aug 2020 16:32:36 -0400 Subject: rename non-compiled files to *.h --- src/unistd/_POSIX_MEMLOCK.h | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/unistd/_POSIX_MEMLOCK.h (limited to 'src/unistd/_POSIX_MEMLOCK.h') diff --git a/src/unistd/_POSIX_MEMLOCK.h b/src/unistd/_POSIX_MEMLOCK.h new file mode 100644 index 00000000..5b814d37 --- /dev/null +++ b/src/unistd/_POSIX_MEMLOCK.h @@ -0,0 +1,5 @@ +#include +#define _POSIX_MEMLOCK (-1) +/* +POSIX(199309) +*/ -- cgit v1.2.1