repo.or.cz
/
musl.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
loongarch64: add new syscall numbers
[musl.git]
/
src
/
malloc
/
free.c
blob
3944f7b28f3c3265cb092cf984c69e89f62f435a
1
#include <stdlib.h>
2
3
void
free
(
void
*
p
)
4
{
5
__libc_free
(
p
);
6
}