mirror of
https://github.com/fluencelabs/musl
synced 2025-06-12 22:41:37 +00:00
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:
1
libc.py
1
libc.py
@ -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',
|
||||
|
Reference in New Issue
Block a user