create_symbols_file.py : Make sure sf_write_fsync is an exported symbol.

This commit is contained in:
Erik de Castro Lopo 2005-08-10 09:01:01 +00:00
parent 4418bca279
commit feef987349

View File

@ -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 )
)
#-------------------------------------------------------------------------------