summaryrefslogtreecommitdiffstats
path: root/gl/sys-limits.h
diff options
context:
space:
mode:
Diffstat (limited to 'gl/sys-limits.h')
-rw-r--r--gl/sys-limits.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/gl/sys-limits.h b/gl/sys-limits.h
index a556dfeb..d61ebdf7 100644
--- a/gl/sys-limits.h
+++ b/gl/sys-limits.h
@@ -1,6 +1,6 @@
1/* System call limits 1/* System call limits
2 2
3 Copyright 2018-2025 Free Software Foundation, Inc. 3 Copyright 2018-2026 Free Software Foundation, Inc.
4 4
5 This file is free software: you can redistribute it and/or modify 5 This file is free software: you can redistribute it and/or modify
6 it under the terms of the GNU Lesser General Public License as 6 it under the terms of the GNU Lesser General Public License as
@@ -30,10 +30,6 @@
30 Using this also works around a serious Linux bug before 2.6.16; see 30 Using this also works around a serious Linux bug before 2.6.16; see
31 <https://bugzilla.redhat.com/show_bug.cgi?id=612839>. 31 <https://bugzilla.redhat.com/show_bug.cgi?id=612839>.
32 32
33 Using this also works around a Tru64 5.1 bug, where attempting
34 to read INT_MAX bytes fails with errno == EINVAL. See
35 <https://lists.gnu.org/r/bug-gnu-utils/2002-04/msg00010.html>.
36
37 Using this is likely to work around similar bugs in other operating 33 Using this is likely to work around similar bugs in other operating
38 systems. */ 34 systems. */
39 35