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_C_DEV.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/unistd/_POSIX2_C_DEV.c') diff --git a/src/unistd/_POSIX2_C_DEV.c b/src/unistd/_POSIX2_C_DEV.c index 89578936..4463d53d 100644 --- a/src/unistd/_POSIX2_C_DEV.c +++ b/src/unistd/_POSIX2_C_DEV.c @@ -1,5 +1,5 @@ #include -#define _POSIX2_C_DEV /* TODO */ +#define _POSIX2_C_DEV (_POSIX2_VERSION) /* POSIX(2) */ -- cgit v1.2.1