avoid some overlong lines from posix urls, etc.
[gnulib.git] / doc / posix-functions / free.texi
1 @node free
2 @section @code{free}
3 @findex free
4
5 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/free.html}
6
7 Gnulib module: free
8
9 Portability problems fixed by Gnulib:
10 @itemize
11 @item
12 On old platforms such as SunOS4, @code{free (NULL)} fails.
13 However, since all such systems are so old as to no longer
14 be considered ``reasonable portability targets,''
15 this module is no longer useful.
16 @end itemize
17
18 Portability problems not fixed by Gnulib:
19 @itemize
20 @end itemize