am ea7dc320: Merge "Add some more BSD symbols to the list."

* commit 'ea7dc32080114af59789c119ca6aa4814426ea42':
  Add some more BSD symbols to the list.
This commit is contained in:
Elliott Hughes
2014-05-23 01:58:38 +00:00
committed by Android Git Automerger

View File

@@ -51,10 +51,18 @@ bionic = GetSymbolsFromAndroidSo('libc.so', 'libm.so')
# bionic includes various BSD symbols to ease porting other BSD-licensed code. # bionic includes various BSD symbols to ease porting other BSD-licensed code.
bsd_stuff = set([ bsd_stuff = set([
'basename_r',
'dirname_r',
'fgetln',
'fpurge',
'funopen',
'gamma_r',
'gammaf_r',
'getprogname', 'getprogname',
'setprogname', 'setprogname',
'strlcat', 'strlcat',
'strlcpy', 'strlcpy',
'sys_signame',
'wcslcat', 'wcslcat',
'wcslcpy' 'wcslcpy'
]) ])