From 4ab5b7b53f9b1a10b0f7bde05ee84067052602dc Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 10 Jan 2001 00:51:04 +0000 Subject: Update. * manual/conf.texi (File Minimums): Fix _POSIX_PATH_MAX value. Reported by Ben Collins . --- ChangeLog | 3 +++ manual/conf.texi | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 22763e6210..7ce8be06e6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2001-01-09 Ulrich Drepper + * manual/conf.texi (File Minimums): Fix _POSIX_PATH_MAX value. + Reported by Ben Collins . + * time/strftime.c (my_strftime): Mark previous GNU extensions which are now in C99 as such. diff --git a/manual/conf.texi b/manual/conf.texi index 7276984712..31452e0ab4 100644 --- a/manual/conf.texi +++ b/manual/conf.texi @@ -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 -- cgit v1.2.3