Removed warnings

This commit is contained in:
ksb 2007-11-18 12:18:59 +00:00
parent 58d442ab2f
commit 437ba5bbf4
4 changed files with 9 additions and 3 deletions

View file

@ -0,0 +1,4 @@
BEGIN {
builtin["_exit"] = "void _exit()";
builtin["strlen"] = "unsigned long strlen()";
}