]> git.saurik.com Git - apple/libc.git/blob - stdio/FreeBSD/fgetln.3.patch
Libc-763.11.tar.gz
[apple/libc.git] / stdio / FreeBSD / fgetln.3.patch
1 --- fgetln.3.orig 2010-07-09 13:54:22.000000000 -0700
2 +++ fgetln.3 2010-07-10 12:40:15.000000000 -0700
3 @@ -97,6 +97,9 @@
4 The argument
5 .Fa stream
6 is not a stream open for reading.
7 +.It Bq Er ENOMEM
8 +The internal line buffer could not be expanded due to lack of available memory,
9 +or because it would need to expand beyond INT_MAX in size.
10 .El
11 .Pp
12 The