diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-01-26 18:27:51 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-01-26 18:27:51 +0000 |
commit | 0c0b9451f805b3d65d508c32dbeb9cb6cabfdeaf (patch) | |
tree | 349ad24138caf14c747a9c15f41469f599b30466 /posix/bits/posix1_lim.h | |
parent | 58593d2eb9659bdef84abb14f03d86a0b0d0843d (diff) | |
download | glibc-0c0b9451f805b3d65d508c32dbeb9cb6cabfdeaf.tar.gz glibc-0c0b9451f805b3d65d508c32dbeb9cb6cabfdeaf.tar.xz glibc-0c0b9451f805b3d65d508c32dbeb9cb6cabfdeaf.zip |
Update.
* posix/bits/posix1_lim.h: Define _POSIX_TZNAME_MAX as 6. Required by POSIX.
Diffstat (limited to 'posix/bits/posix1_lim.h')
-rw-r--r-- | posix/bits/posix1_lim.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/posix/bits/posix1_lim.h b/posix/bits/posix1_lim.h index ae410b088b..ea7a39f8aa 100644 --- a/posix/bits/posix1_lim.h +++ b/posix/bits/posix1_lim.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1991, 92, 93, 96, 98, 2000 Free Software Foundation, Inc. +/* Copyright (C) 1991,92,93,96,98,2000,2001 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 @@ -97,7 +97,7 @@ #define _POSIX_STREAM_MAX 8 /* Maximum length of a timezone name (element of `tzname'). */ -#define _POSIX_TZNAME_MAX 3 +#define _POSIX_TZNAME_MAX 6 /* Maximum number of connections that can be queued on a socket. */ #define _POSIX_QLIMIT 1 |