diff options
Diffstat (limited to 'src/unistd/_POSIX2_FORT_DEV.c')
| -rw-r--r-- | src/unistd/_POSIX2_FORT_DEV.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unistd/_POSIX2_FORT_DEV.c b/src/unistd/_POSIX2_FORT_DEV.c index dd22e4bf..0fc12054 100644 --- a/src/unistd/_POSIX2_FORT_DEV.c +++ b/src/unistd/_POSIX2_FORT_DEV.c @@ -1,5 +1,5 @@ #include <unistd.h> -#define _POSIX2_FORT_DEV /* TODO */ +#define _POSIX2_FORT_DEV (_POSIX2_VERSION) /* POSIX(2) */ |
