Remove regcomp: it makes LLVM sad with byval

This commit is contained in:
JF Bastien
2016-01-30 02:27:23 -08:00
parent 910f9e5300
commit 66ec565817

View File

@ -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',