comparison doc/posix-functions/getline.texi @ 12837:fff2b96bad5e

Work around getline() bug on FreeBSD 8.0.
author Bruno Haible <bruno@clisp.org>
date Sun, 31 Jan 2010 17:30:24 +0100
parents 5a5043119812
children 78a31c5705a8
comparison
equal deleted inserted replaced
12836:39251fa967fc 12837:fff2b96bad5e
15 This function is missing a declaration on some platforms: 15 This function is missing a declaration on some platforms:
16 BeOS. 16 BeOS.
17 @item 17 @item
18 Some platforms provide a function by this name but with the wrong 18 Some platforms provide a function by this name but with the wrong
19 signature, for example in -linet. 19 signature, for example in -linet.
20 @item
21 This function crashes when passed a pointer to a NULL buffer together with a
22 pointer to a non-zero buffer size on some platforms:
23 FreeBSD 8.0.
20 @end itemize 24 @end itemize
21 25
22 Portability problems not fixed by Gnulib: 26 Portability problems not fixed by Gnulib:
23 @itemize 27 @itemize
24 @end itemize 28 @end itemize