From decde27a8de0953d402df2db3716543b213b9755 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Sat, 9 Feb 2019 16:48:54 -0500 Subject: add POSIX.2 identifiers --- src/unistd/_SC_LINE_MAX.c | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/unistd/_SC_LINE_MAX.c (limited to 'src/unistd/_SC_LINE_MAX.c') diff --git a/src/unistd/_SC_LINE_MAX.c b/src/unistd/_SC_LINE_MAX.c new file mode 100644 index 00000000..7fc4c837 --- /dev/null +++ b/src/unistd/_SC_LINE_MAX.c @@ -0,0 +1,6 @@ +#include +#define _SC_LINE_MAX 41 +/* +POSIX(2) +*/ + -- cgit v1.2.1