Search Results

0
votes

Does Linux guarantee the contents of a file is flushed to disc after close() ?

You may be also interested in this bug report from the firebird sql database regarding fcntl( O_SYNC ) not working on li …
6
votes

Shipping Closed-Source Application for Linux

The additional complexity is that you should not link glibc statically, because if you do, the libnss plugin system won't work properly since the glibc that is statically linked may require a diffe …