mirror of
https://github.com/fluencelabs/musl
synced 2025-06-12 22:41:37 +00:00
Remove regcomp: it makes LLVM sad with byval
This commit is contained in:
2
libc.py
2
libc.py
@ -35,7 +35,7 @@ BLACKLIST = [
|
||||
'printf.c', 'fprintf.c', 'fscanf.c', 'vfprintf.c', 'asprintf.c',
|
||||
'dprintf.c', 'scanf.c', 'sprintf.c', 'snprintf.c', 'sscanf.c',
|
||||
'vfscanf.c', 'vsnprintf.c',
|
||||
'qsort.c', 'regexec.c', 'strftime.c', 'strptime.c',
|
||||
'qsort.c', 'regexec.c', 'regcomp.c', 'strftime.c', 'strptime.c',
|
||||
'faccessat.c', 'floatscan.c', 'getcwd.c', 'glob.c', 'pclose.c',
|
||||
'__tz.c', 'pwrite.c', 'pread.c', '__fdopen.c', '__fopen_rb_ca.c',
|
||||
'__rem_pio2_large.c', '__stdio_read.c', '__stdio_write.c',
|
||||
|
Reference in New Issue
Block a user