summaryrefslogtreecommitdiff
path: root/libc/manual/conf.texi
diff options
context:
space:
mode:
authorjoseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2013-08-20 16:36:45 +0000
committerjoseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2013-08-20 16:36:45 +0000
commitb4a4c38b54ec1734893153adba657bcd443a0175 (patch)
tree456b07473799d98ec0603448475b59b9e279091c /libc/manual/conf.texi
parent80635627ed68eee72bfe1873816a92d7af5caac2 (diff)
Merge changes between r23715 and r23795 from /fsf/trunk.
git-svn-id: svn://svn.eglibc.org/trunk@23796 7b3dc134-2b1b-0410-93df-9e9f96275f8d
Diffstat (limited to 'libc/manual/conf.texi')
-rw-r--r--libc/manual/conf.texi9
1 files changed, 9 insertions, 0 deletions
diff --git a/libc/manual/conf.texi b/libc/manual/conf.texi
index 7eb8b3625..c720063b8 100644
--- a/libc/manual/conf.texi
+++ b/libc/manual/conf.texi
@@ -1149,6 +1149,9 @@ typed ahead as input. @xref{I/O Queues}.
@deftypevr Macro int NAME_MAX
The uniform system limit (if any) for the length of a file name component, not
including the terminating null character.
+
+@strong{Portability Note:} On some systems, @theglibc{} defines
+@code{NAME_MAX}, but does not actually enforce this limit.
@end deftypevr
@comment limits.h
@@ -1157,6 +1160,9 @@ including the terminating null character.
The uniform system limit (if any) for the length of an entire file name (that
is, the argument given to system calls such as @code{open}), including the
terminating null character.
+
+@strong{Portability Note:} @Theglibc{} does not enforce this limit
+even if @code{PATH_MAX} is defined.
@end deftypevr
@cindex limits, pipe buffer size
@@ -1476,6 +1482,9 @@ Inquire about the value of @code{POSIX_REC_MIN_XFER_SIZE}.
Inquire about the value of @code{POSIX_REC_XFER_ALIGN}.
@end table
+@strong{Portability Note:} On some systems, @theglibc{} does not
+enforce @code{_PC_NAME_MAX} or @code{_PC_PATH_MAX} limits.
+
@node Utility Limits
@section Utility Program Capacity Limits