poll tests: Avoid test failure on BSD and Solaris systems.
[gnulib.git] / doc / posix-functions / getdelim.texi
blobb076658574a5f76e0985b71eea6ed20f999045e3
1 @node getdelim
2 @section @code{getdelim}
3 @findex getdelim
5 POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9699919799/functions/getdelim.html}
7 Gnulib module: getdelim
9 Portability problems fixed by Gnulib:
10 @itemize
11 @item
12 This function is missing on some platforms:
13 Mac OS X 10.5, FreeBSD 6.0, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, AIX 5.1, HP-UX 11, IRIX 6.5, Solaris 10, mingw, MSVC 14, Android 4.2.
14 @item
15 This function crashes when passed a pointer to a NULL buffer together with a
16 pointer to a non-zero buffer size on some platforms:
17 FreeBSD 8.0.
18 @end itemize
20 Portability problems not fixed by Gnulib:
21 @itemize
22 @item
23 This function has quadratic running time for long lines on some platforms:
24 uClibc 0.9.31.
25 @end itemize