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/_POSIX2_SW_DEV.c | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/unistd/_POSIX2_SW_DEV.c (limited to 'src/unistd/_POSIX2_SW_DEV.c') diff --git a/src/unistd/_POSIX2_SW_DEV.c b/src/unistd/_POSIX2_SW_DEV.c new file mode 100644 index 00000000..ddd0f01b --- /dev/null +++ b/src/unistd/_POSIX2_SW_DEV.c @@ -0,0 +1,6 @@ +#include +#define _POSIX2_SW_DEV +/* +POSIX(2) +*/ + -- cgit v1.2.1