mirror of
https://gitee.com/openharmony/third_party_libsnd
synced 2025-02-17 09:29:53 +00:00
create_symbols_file.py : Make sure sf_write_fsync is an exported symbol.
This commit is contained in:
parent
4418bca279
commit
feef987349
@ -70,7 +70,8 @@ ALL_SYMBOLS = (
|
||||
( "sf_get_string", 60 ),
|
||||
( "sf_set_string", 61 ),
|
||||
( "sf_open_fd", 70 ),
|
||||
( "sf_open_virtual", 80 )
|
||||
( "sf_open_virtual", 80 ),
|
||||
( "sf_write_sync", 90 )
|
||||
)
|
||||
|
||||
#-------------------------------------------------------------------------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user