* commit '5a95dd1446ee1563d6500990a8576917b01f2981': Add some more BSD symbols to the list.
This commit is contained in:
@@ -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'
|
||||
])
|
||||
|
Reference in New Issue
Block a user