Merge "End all lists in check-symbols-glibc.py with a ,."
This commit is contained in:
commit
1a26db8448
|
@ -88,7 +88,7 @@ bsd_stuff = set([
|
|||
'strlcpy',
|
||||
'sys_signame',
|
||||
'wcslcat',
|
||||
'wcslcpy'
|
||||
'wcslcpy',
|
||||
])
|
||||
# Some symbols are part of the FORTIFY implementation.
|
||||
FORTIFY_stuff = set([
|
||||
|
|
Loading…
Reference in New Issue