diff options
Diffstat (limited to 'stdlib')
-rw-r--r-- | stdlib/stdlib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/stdlib.h b/stdlib/stdlib.h index 59b5a69877..bdf618f152 100644 --- a/stdlib/stdlib.h +++ b/stdlib/stdlib.h @@ -76,7 +76,7 @@ typedef union # else /* Don't use BSD. */ # define __WAIT_INT(status) (status) -# define __WAIT_STATUS int * +# define __WAIT_STATUS int * # define __WAIT_STATUS_DEFN int * # endif /* Use BSD. */ |