From 3a3c5a7e8b78d46f62f81a71fc5bec37be79d744 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Sat, 23 Feb 2019 13:40:39 -0500 Subject: always set to _POSIX2_VERSION --- src/unistd/_POSIX2_SW_DEV.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/unistd/_POSIX2_SW_DEV.c') diff --git a/src/unistd/_POSIX2_SW_DEV.c b/src/unistd/_POSIX2_SW_DEV.c index ddd0f01b..79ec89d2 100644 --- a/src/unistd/_POSIX2_SW_DEV.c +++ b/src/unistd/_POSIX2_SW_DEV.c @@ -1,6 +1,6 @@ #include -#define _POSIX2_SW_DEV +#define _POSIX2_SW_DEV (_POSIX2_VERSION) + /* POSIX(2) */ - -- cgit v1.2.1