chiark
/
gitweb
/
~mdw
/
termux-packages
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
libuv: Update from 1.20.0 to 1.20.1
[termux-packages]
/
packages
/
w3m
/
gc.h
1
/* A stub for gc.h to avoid depending on libgc for
2
the host-built mktable program. */
3
#define GC_INIT()
4
#define GC_MALLOC(arg) malloc(arg)
5
#define GC_malloc(arg) malloc(arg)
6
#define GC_MALLOC_ATOMIC(arg) malloc(arg)
7
8
#define GC_free(arg) free(arg)