Fix shaker's libc stripping

db4
Slava Pestov 2008-03-19 02:43:36 -05:00
parent de4b699d98
commit 36c94f357c
1 changed files with 5 additions and 5 deletions

10
extra/tools/deploy/shaker/strip-libc.factor Normal file → Executable file
View File

@ -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) ;