am 16933c6a: am 5a95dd14: am ea7dc320: Merge "Add some more BSD symbols to the list."
* commit '16933c6ae9c6b8de8e05374b5b52446f637e6071': Add some more BSD symbols to the list.
This commit is contained in:
commit
f25f5712f3
@ -51,10 +51,18 @@ bionic = GetSymbolsFromAndroidSo('libc.so', 'libm.so')
|
||||
|
||||
# bionic includes various BSD symbols to ease porting other BSD-licensed code.
|
||||
bsd_stuff = set([
|
||||
'basename_r',
|
||||
'dirname_r',
|
||||
'fgetln',
|
||||
'fpurge',
|
||||
'funopen',
|
||||
'gamma_r',
|
||||
'gammaf_r',
|
||||
'getprogname',
|
||||
'setprogname',
|
||||
'strlcat',
|
||||
'strlcpy',
|
||||
'sys_signame',
|
||||
'wcslcat',
|
||||
'wcslcpy'
|
||||
])
|
||||
|
Loading…
x
Reference in New Issue
Block a user