gnulib-tool.py: import mktemp
[gnulib.git] / doc / posix-functions / free.texi
blob1ef5af2aeb655dc3d451f98999f313f519ffc351
1 @node free
2 @section @code{free}
3 @findex free
5 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/free.html}
7 Gnulib module: free
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
18 Portability problems not fixed by Gnulib:
19 @itemize
20 @end itemize