From: Roland McGrath Date: Fri, 6 Sep 2002 18:08:11 +0000 (+0000) Subject: * posix/sys/utsname.h (_UTSNAME_SYSNAME_LENGTH): New macro, defined X-Git-Tag: cvs/glibc-2-3~209 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=951f68f1d54cfca18471d2f9ce819d3ffd4cfb77;p=platform%2Fupstream%2Fglibc.git * posix/sys/utsname.h (_UTSNAME_SYSNAME_LENGTH): New macro, defined to _UTSNAME_LENGTH if not already defined by . (_UTSNAME_RELEASE_LENGTH, _UTSNAME_VERSION_LENGTH): Likewise. (_UTSNAME_MACHINE_LENGTH): Likewise. (struct utsname): Use new macros instead of _UTSNAME_LENGTH. --- diff --git a/ChangeLog b/ChangeLog index a94939d..1b752a1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2002-09-06 Roland McGrath + + * posix/sys/utsname.h (_UTSNAME_SYSNAME_LENGTH): New macro, defined + to _UTSNAME_LENGTH if not already defined by . + (_UTSNAME_RELEASE_LENGTH, _UTSNAME_VERSION_LENGTH): Likewise. + (_UTSNAME_MACHINE_LENGTH): Likewise. + (struct utsname): Use new macros instead of _UTSNAME_LENGTH. + 2002-09-06 Ulrich Drepper * include/errno.h: Use errno definition with __thread for now only