about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1995-12-06 14:13:00 +0000
committerRoland McGrath <roland@gnu.org>1995-12-06 14:13:00 +0000
commit756245d7430d823343c8502936c2cb24911bd77a (patch)
tree96878101f849b92243d09374e3987f54233ca432
parent73537878734edfc650a095473fa7a474d7e7d4f8 (diff)
downloadglibc-756245d7430d823343c8502936c2cb24911bd77a.tar.gz
glibc-756245d7430d823343c8502936c2cb24911bd77a.tar.xz
glibc-756245d7430d823343c8502936c2cb24911bd77a.zip
(NBBY): New macro.
-rw-r--r--sysdeps/mach/hurd/sys/param.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/mach/hurd/sys/param.h b/sysdeps/mach/hurd/sys/param.h
index 79f3b0503a..ac06411863 100644
--- a/sysdeps/mach/hurd/sys/param.h
+++ b/sysdeps/mach/hurd/sys/param.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993, 1994 Free Software Foundation, Inc.
+/* Copyright (C) 1993, 1994, 1995 Free Software Foundation, Inc.
 This file is part of the GNU C Library.
 
 The GNU C Library is free software; you can redistribute it and/or
@@ -86,6 +86,7 @@ Cambridge, MA 02139, USA.  */
 /* BSD names for some <limits.h> values.  We do not define the BSD names
    for the values which are not statically limited, such as NOFILE.  */
 
+#define	NBBY		CHAR_BIT
 #define	NGROUPS		NGROUPS_MAX
 #define	MAXSYMLINKS	SYMLOOP_MAX
 #define	CANBSIZ		MAX_CANON /* XXX ? */