mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Use __glibc_reserved instead __unused.
This commit is contained in:
@ -37,9 +37,9 @@ ntp_gettimex (struct ntptimeval *ntv)
|
||||
ntv->maxerror = tntx.maxerror;
|
||||
ntv->esterror = tntx.esterror;
|
||||
ntv->tai = tntx.tai;
|
||||
ntv->__unused1 = 0;
|
||||
ntv->__unused2 = 0;
|
||||
ntv->__unused3 = 0;
|
||||
ntv->__unused4 = 0;
|
||||
ntv->__glibc_reserved1 = 0;
|
||||
ntv->__glibc_reserved2 = 0;
|
||||
ntv->__glibc_reserved3 = 0;
|
||||
ntv->__glibc_reserved4 = 0;
|
||||
return result;
|
||||
}
|
||||
|
Reference in New Issue
Block a user