Core: FileStream NOWRITESHARE implemented for Linux,BSD using flock

git-svn-id: svn://ultimatepp.org/upp/trunk@4641 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2012-03-02 12:51:32 +00:00
parent 6ade22475d
commit 7a3af47051
3 changed files with 22 additions and 4 deletions

View file

@ -60,6 +60,7 @@
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/time.h>
#include <sys/file.h>
#include <time.h>
#include <fcntl.h>
#include <unistd.h>