diff options
Diffstat (limited to 'src/unistd/_POSIX2_C_DEV.c')
| -rw-r--r-- | src/unistd/_POSIX2_C_DEV.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 <unistd.h> -#define _POSIX2_C_DEV /* TODO */ +#define _POSIX2_C_DEV (_POSIX2_VERSION) /* POSIX(2) */ |
