From 28f540f45bbacd939bfd07f213bcad2bf730b1bf Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sat, 18 Feb 1995 01:27:10 +0000 Subject: initial import --- sysdeps/generic/utsnamelen.h | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sysdeps/generic/utsnamelen.h (limited to 'sysdeps/generic/utsnamelen.h') diff --git a/sysdeps/generic/utsnamelen.h b/sysdeps/generic/utsnamelen.h new file mode 100644 index 0000000000..5594bcc4da --- /dev/null +++ b/sysdeps/generic/utsnamelen.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 -- cgit 1.4.1