mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
Update.
* posix/bits/posix1_lim.h: Define _POSIX_TZNAME_MAX as 6. Required by POSIX.
This commit is contained in:
@ -1,5 +1,8 @@
|
|||||||
2001-01-26 Ulrich Drepper <drepper@redhat.com>
|
2001-01-26 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
|
* posix/bits/posix1_lim.h: Define _POSIX_TZNAME_MAX as 6.
|
||||||
|
Required by POSIX.
|
||||||
|
|
||||||
* intl/loadmsgcat.c: Include <locale.h.> for _LIBC.
|
* intl/loadmsgcat.c: Include <locale.h.> for _LIBC.
|
||||||
|
|
||||||
* conform/data/netinet/in.h-data: Add reserved prefixes.
|
* conform/data/netinet/in.h-data: Add reserved prefixes.
|
||||||
|
@ -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.
|
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
|
||||||
@ -97,7 +97,7 @@
|
|||||||
#define _POSIX_STREAM_MAX 8
|
#define _POSIX_STREAM_MAX 8
|
||||||
|
|
||||||
/* Maximum length of a timezone name (element of `tzname'). */
|
/* 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. */
|
/* Maximum number of connections that can be queued on a socket. */
|
||||||
#define _POSIX_QLIMIT 1
|
#define _POSIX_QLIMIT 1
|
||||||
|
Reference in New Issue
Block a user