From 803354bd8611ca7ff3fa34752aaba4981a4d3ef9 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Sun, 10 Feb 2019 14:05:57 -0500 Subject: add missing symbols --- src/unistd/_SC_2_C_VERSION.c | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/unistd/_SC_2_C_VERSION.c (limited to 'src/unistd/_SC_2_C_VERSION.c') diff --git a/src/unistd/_SC_2_C_VERSION.c b/src/unistd/_SC_2_C_VERSION.c new file mode 100644 index 00000000..3e62cf45 --- /dev/null +++ b/src/unistd/_SC_2_C_VERSION.c @@ -0,0 +1,6 @@ +#include +#define _SC_2_C_VERSION 1 +/* +POSIX(2) +*/ + -- cgit v1.2.1