Changeset 11816 for trunk/libtransmission/bencode.c
- Timestamp:
- Feb 2, 2011, 11:19:54 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/bencode.c
r11806 r11816 1661 1661 } 1662 1662 1663 /* portability wrapper for fsync(). */1664 static void1665 tr_fsync( int fd )1666 {1667 #ifdef WIN321668 _commit( fd );1669 #else1670 fsync( fd );1671 #endif1672 }1673 1674 1663 int 1675 1664 tr_bencToFile( const tr_benc * top, tr_fmt_mode mode, const char * filename )
Note: See TracChangeset
for help on using the changeset viewer.