mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-22 19:00:07 +00:00
Update.
* manual/conf.texi (File Minimums): Fix _POSIX_PATH_MAX value. Reported by Ben Collins <bcollins@debian.org>.
This commit is contained in:
parent
4dd98cad25
commit
4ab5b7b53f
@ -1,5 +1,8 @@
|
||||
2001-01-09 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* manual/conf.texi (File Minimums): Fix _POSIX_PATH_MAX value.
|
||||
Reported by Ben Collins <bcollins@debian.org>.
|
||||
|
||||
* time/strftime.c (my_strftime): Mark previous GNU extensions
|
||||
which are now in C99 as such.
|
||||
|
||||
|
@ -1282,7 +1282,7 @@ bytes in a file name component. The value of this constant is
|
||||
@comment POSIX.1
|
||||
@item _POSIX_PATH_MAX
|
||||
The most restrictive limit permitted by POSIX for the maximum number of
|
||||
bytes in a file name. The value of this constant is @code{255}.
|
||||
bytes in a file name. The value of this constant is @code{256}.
|
||||
|
||||
@comment limits.h
|
||||
@comment POSIX.1
|
||||
|
Loading…
Reference in New Issue
Block a user