cfree.3: cfree() is removed from glibc in version 2.26

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2017-04-21 08:47:20 +02:00
parent af70d80c47
commit 3b2a285b58
1 changed files with 7 additions and 0 deletions

View File

@ -57,6 +57,7 @@ This function should never be used.
Use
.BR free (3)
instead.
Starting with version 2.26, it gas been removed from glibc.
.SS 1-arg cfree
In glibc, the function
.BR cfree ()
@ -124,6 +125,12 @@ T{
.BR cfree ()
T} Thread safety MT-Safe /* In glibc */
.TE
.SH VERSIONS
The
.BR cfree ()
function was removed
.\" commit 025b33ae84bb8f15b2748a1d8605dca453fce112
from glibc in version 2.26.
.SH CONFORMING TO
The 3-argument version of
.BR cfree ()