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