Fix shaker's libc stripping
parent
de4b699d98
commit
36c94f357c
|
@ -1,10 +1,10 @@
|
|||
USING: libc.private ;
|
||||
IN: libc
|
||||
|
||||
: malloc (malloc) ;
|
||||
: malloc (malloc) check-ptr ;
|
||||
|
||||
: realloc (realloc) check-ptr ;
|
||||
|
||||
: calloc (calloc) check-ptr ;
|
||||
|
||||
: free (free) ;
|
||||
|
||||
: realloc (realloc) ;
|
||||
|
||||
: calloc (calloc) ;
|
||||
|
|
Loading…
Reference in New Issue