diff options
Diffstat (limited to 'bits/utsname.h')
-rw-r--r-- | bits/utsname.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bits/utsname.h b/bits/utsname.h new file mode 100644 index 0000000000..5594bcc4da --- /dev/null +++ b/bits/utsname.h @@ -0,0 +1,3 @@ +/* The size of the character arrays used to hold the information + in a `struct utsname'. Enlarge this as necessary. */ +#define _UTSNAME_LENGTH 1024 |