]> sourceware.org Git - glibc.git/commit
* posix/bits/posix1_lim.h (SSIZE_MAX): Define to LONG_MAX, not INT_MAX.
authorRoland McGrath <roland@gnu.org>
Fri, 2 Aug 2002 21:16:39 +0000 (21:16 +0000)
committerRoland McGrath <roland@gnu.org>
Fri, 2 Aug 2002 21:16:39 +0000 (21:16 +0000)
commit8102f4f96efb6f072d98b49089d3c1bfb6386a6e
tree0af40a28a357a6dc745892645f9baf45743b4829
parent8fe0477142bdc02285603e2a7a65b7d2fc230f75
* posix/bits/posix1_lim.h (SSIZE_MAX): Define to LONG_MAX, not INT_MAX.

On 32-bit platforms they are the same; on 64-bit platforms ssize_t
matches long int, not int.
ChangeLog
posix/bits/posix1_lim.h
This page took 0.041748 seconds and 5 git commands to generate.