Add some more BSD symbols to the list.
Bug: 11156955 Change-Id: I07489ec63536121dbfc372170ef5cf60a5c58948
This commit is contained in:
parent
0f79a2f487
commit
45bf4c315d
@ -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