diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-04-30 17:03:03 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-04-30 17:03:03 +0000 |
commit | 93b1a5540db958f09e7a1b11abf89c171b188914 (patch) | |
tree | 4efa0d3c8ff38d3071e31c0ee904dfaa4164d735 /posix | |
parent | c3880fbdb7b5bbcf968399c455f963c6e7cf5379 (diff) | |
download | glibc-93b1a5540db958f09e7a1b11abf89c171b188914.zip glibc-93b1a5540db958f09e7a1b11abf89c171b188914.tar.gz glibc-93b1a5540db958f09e7a1b11abf89c171b188914.tar.bz2 |
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.
Diffstat (limited to 'posix')
-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 ee84b94..ae410b0 100644 --- a/posix/bits/posix1_lim.h +++ b/posix/bits/posix1_lim.h @@ -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. The GNU C Library is free software; you can redistribute it and/or @@ -73,7 +73,7 @@ #define _POSIX_NAME_MAX 14 /* 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. */ #define _POSIX_PIPE_BUF 512 |