mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-03 08:11:08 +00:00
(NBBY): New macro.
This commit is contained in:
parent
7353787873
commit
756245d743
@ -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.
|
This file is part of the GNU C Library.
|
||||||
|
|
||||||
The GNU C Library is free software; you can redistribute it and/or
|
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
|
/* 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. */
|
for the values which are not statically limited, such as NOFILE. */
|
||||||
|
|
||||||
|
#define NBBY CHAR_BIT
|
||||||
#define NGROUPS NGROUPS_MAX
|
#define NGROUPS NGROUPS_MAX
|
||||||
#define MAXSYMLINKS SYMLOOP_MAX
|
#define MAXSYMLINKS SYMLOOP_MAX
|
||||||
#define CANBSIZ MAX_CANON /* XXX ? */
|
#define CANBSIZ MAX_CANON /* XXX ? */
|
||||||
|
Loading…
Reference in New Issue
Block a user