Merge "End all lists in check-symbols-glibc.py with a ,."

This commit is contained in:
Treehugger Robot 2016-05-06 23:35:21 +00:00 committed by Gerrit Code Review
commit 1a26db8448
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ bsd_stuff = set([
'strlcpy',
'sys_signame',
'wcslcat',
'wcslcpy'
'wcslcpy',
])
# Some symbols are part of the FORTIFY implementation.
FORTIFY_stuff = set([