mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
Update.
2000-04-30 Andreas Jaeger <aj@suse.de> * posix/bits/posix1_lim.h (_POSIX_PATH_MAX): Increase to 256 in accordance with Austin Draft.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2000-04-30 Andreas Jaeger <aj@suse.de>
|
||||||
|
|
||||||
|
* posix/bits/posix1_lim.h (_POSIX_PATH_MAX): Increase to 256 in
|
||||||
|
accordance with Austin Draft.
|
||||||
|
|
||||||
2000-04-30 Ulrich Drepper <drepper@redhat.com>
|
2000-04-30 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
* catgets/gencat.c (read_input_file): Use isblank and not isspace
|
* catgets/gencat.c (read_input_file): Use isblank and not isspace
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
/* Copyright (C) 1991, 1992, 1993, 1996, 1998 Free Software Foundation, Inc.
|
/* Copyright (C) 1991, 92, 93, 96, 98, 2000 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
|
||||||
@ -73,7 +73,7 @@
|
|||||||
#define _POSIX_NAME_MAX 14
|
#define _POSIX_NAME_MAX 14
|
||||||
|
|
||||||
/* Number of bytes in a pathname. */
|
/* Number of bytes in a pathname. */
|
||||||
#define _POSIX_PATH_MAX 255
|
#define _POSIX_PATH_MAX 256
|
||||||
|
|
||||||
/* Number of bytes than can be written atomically to a pipe. */
|
/* Number of bytes than can be written atomically to a pipe. */
|
||||||
#define _POSIX_PIPE_BUF 512
|
#define _POSIX_PIPE_BUF 512
|
||||||
|
Reference in New Issue
Block a user