summaryrefslogtreecommitdiff
path: root/doc/posix-functions/free.texi
blob: 1ef5af2aeb655dc3d451f98999f313f519ffc351 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
@node free
@section @code{free}
@findex free

POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/free.html}

Gnulib module: free

Portability problems fixed by Gnulib:
@itemize
@item
On old platforms such as SunOS4, @code{free (NULL)} fails.
However, since all such systems are so old as to no longer
be considered ``reasonable portability targets,''
this module is no longer useful.
@end itemize

Portability problems not fixed by Gnulib:
@itemize
@end itemize