diff options
Diffstat (limited to 'compat/unistd.h')
-rw-r--r-- | compat/unistd.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/compat/unistd.h b/compat/unistd.h index 1a40e90..9a1dcd7 100644 --- a/compat/unistd.h +++ b/compat/unistd.h @@ -25,8 +25,8 @@ #define NULL 0 #endif -/* - * Strict POSIX stuff goes here. Extensions go down below, in the +/* + * Strict POSIX stuff goes here. Extensions go down below, in the * ifndef _POSIX_SOURCE section. */ |