1
0
Fork 0
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1365 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
3.1
Xuefer 2013-09-09 11:39:08 +00:00
parent ca6276ae08
commit 2c719b5b6a
1 changed files with 0 additions and 1 deletions

View File

@ -151,7 +151,6 @@ static zend_bool xc_fcntl_init(xc_fcntl_lock_t *lck, const char *pathname) /* {{
fd = open(pathname, O_RDWR|O_CREAT, 0666);
if (fd != INVALID_HANDLE_VALUE) {
lck->fd = fd;
#ifdef __CYGWIN__
size = strlen(pathname) + 1;