index
:
cygnal
cygnal-2.5.2
cygnal-2.9.0-branch
cygnal-3-1-6-98-branch
cygnal-3-1-98-branch
cygwin-master
"Cygwin Native Application Lib" --- http://www.kylheku.com/cygnal
kaz@kylheku.com
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
newlib
/
libc
/
sys
/
linux
/
freer.c
blob: d8d7f9828d75a55cdc3fbe85d742a5a4674e019c (
plain
)
1
2
3
4
5
6
7
#include
<stdlib.h>
void
_free_r
(
struct
_reent
*
ptr
,
void
*
addr
)
{
free
(
addr
);
}