modified: myjupyterlab.sh
[GalaxyCodeBases.git] / c_cpp / lib / gnulib / doc / posix-functions / tdelete.texi
blob60894d08d3de095e8e8be394ca5d78083513e626
1 @node tdelete
2 @section @code{tdelete}
3 @findex tdelete
5 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/tdelete.html}
7 Gnulib module: tsearch
9 Portability problems fixed by Gnulib:
10 @itemize
11 @item
12 This function is missing on some platforms:
13 Minix 3.1.8, mingw, MSVC 9, BeOS.
14 @item
15 @code{tdelete} returns @code{NULL} when removing the last element of a tree
16 on some platforms:
17 OpenBSD 4.0.
18 @end itemize
20 Portability problems not fixed by Gnulib:
21 @itemize
22 @end itemize