Your IP : 216.73.216.48


Current Path : /hdd/hdd21/main/php5/php-5.6.6/win32/
Upload File :
Current File : //hdd/hdd21/main/php5/php-5.6.6/win32/flock.h

#define fsync _commit
#define ftruncate chsize

/* For flock() emulation */

#define LOCK_SH 1
#define LOCK_EX 2
#define LOCK_NB 4
#define LOCK_UN 8

PHPAPI int flock(int fd, int op);