diff options
| author | Roland McGrath <roland@gnu.org> | 2002-09-06 18:08:11 +0000 |
|---|---|---|
| committer | Roland McGrath <roland@gnu.org> | 2002-09-06 18:08:11 +0000 |
| commit | 951f68f1d54cfca18471d2f9ce819d3ffd4cfb77 (patch) | |
| tree | e5b0df807fb8d9066ebf2be76bc975d4c5abffd2 | |
| parent | 33cd8db32fc71cef8d2c700b0d02f53d98b134b8 (diff) | |
| download | glibc-951f68f1d54cfca18471d2f9ce819d3ffd4cfb77.tar.xz glibc-951f68f1d54cfca18471d2f9ce819d3ffd4cfb77.zip | |
* posix/sys/utsname.h (_UTSNAME_SYSNAME_LENGTH): New macro, defined
to _UTSNAME_LENGTH if not already defined by <bits/utsname.h>.
(_UTSNAME_RELEASE_LENGTH, _UTSNAME_VERSION_LENGTH): Likewise.
(_UTSNAME_MACHINE_LENGTH): Likewise.
(struct utsname): Use new macros instead of _UTSNAME_LENGTH.
| -rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2002-09-06 Roland McGrath <roland@redhat.com> + + * posix/sys/utsname.h (_UTSNAME_SYSNAME_LENGTH): New macro, defined + to _UTSNAME_LENGTH if not already defined by <bits/utsname.h>. + (_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 <drepper@redhat.com> * include/errno.h: Use errno definition with __thread for now only |
