diff options
Diffstat (limited to 'posix/bits/posix1_lim.h')
-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 e16f4674dd..050fe47fdb 100644 --- a/posix/bits/posix1_lim.h +++ b/posix/bits/posix1_lim.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1991,92,93,96,98,2000,2001 Free Software Foundation, Inc. +/* Copyright (C) 1991,92,93,96,98,2000,01,02 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 @@ -127,7 +127,7 @@ #ifndef SSIZE_MAX -# define SSIZE_MAX INT_MAX +# define SSIZE_MAX LONG_MAX #endif |