Don't build puts.c from musl

The JS one works, but C one needs syscalls to do anything useful.
This commit is contained in:
JF Bastien
2016-02-01 08:16:40 -08:00
parent 297c0c1395
commit bbad041ac5

View File

@ -31,6 +31,7 @@ SRC_DIRS = [
'ctype', 'env', 'errno', 'exit', 'internal', 'ldso', 'malloc', 'math',
'prng', 'regex', 'stdio', 'string', 'stdlib', 'unistd']
BLACKLIST = [
'puts.c', # The JS version is nicer for now.
'strsignal.c', '__ctype_get_mb_cur_max.c',
'printf.c', 'fprintf.c', 'fscanf.c', 'vfprintf.c', 'asprintf.c',
'dprintf.c', 'scanf.c', 'sprintf.c', 'snprintf.c', 'sscanf.c',