diff options
Diffstat (limited to 'posix/sys/utsname.h')
-rw-r--r-- | posix/sys/utsname.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/posix/sys/utsname.h b/posix/sys/utsname.h index 32e3ba66be..a30d9c5fdb 100644 --- a/posix/sys/utsname.h +++ b/posix/sys/utsname.h @@ -71,7 +71,7 @@ struct utsname #endif }; -#ifdef __USE_SVID +#ifdef __USE_MISC /* Note that SVID assumes all members have the same size. */ # define SYS_NMLN _UTSNAME_LENGTH #endif |