mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-03 16:21:06 +00:00
Fix -Wundef for _UTSNAME_DOMAIN_LENGTH.
This commit is contained in:
parent
e393b1d7ed
commit
7a1a51b513
@ -1,3 +1,7 @@
|
|||||||
|
2014-05-08 Roland McGrath <roland@hack.frob.com>
|
||||||
|
|
||||||
|
* bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
|
||||||
|
|
||||||
2014-05-07 Steve Ellcey <sellcey@mips.com>
|
2014-05-07 Steve Ellcey <sellcey@mips.com>
|
||||||
|
|
||||||
[BZ# 16922]
|
[BZ# 16922]
|
||||||
|
@ -22,3 +22,7 @@
|
|||||||
/* The size of the character arrays used to hold the information
|
/* The size of the character arrays used to hold the information
|
||||||
in a `struct utsname'. Enlarge this as necessary. */
|
in a `struct utsname'. Enlarge this as necessary. */
|
||||||
#define _UTSNAME_LENGTH 1024
|
#define _UTSNAME_LENGTH 1024
|
||||||
|
|
||||||
|
/* If nonzero, the size of of the `domainname` field in `struct utsname'.
|
||||||
|
This is zero to indicate that there should be no such field at all. */
|
||||||
|
#define _UTSNAME_DOMAIN_LENGTH 0
|
||||||
|
Loading…
Reference in New Issue
Block a user