Skip to content
This repository has been archived by the owner on May 4, 2018. It is now read-only.

Commit

Permalink
windows: don't set WT_EXECUTELONGFUNCTION for fs operations
Browse files Browse the repository at this point in the history
  • Loading branch information
piscisaureus committed Jun 21, 2012
1 parent 14ffaa6 commit da59427
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/win/fs.c
Expand Up @@ -56,7 +56,7 @@
#define QUEUE_FS_TP_JOB(loop, req) \
if (!QueueUserWorkItem(&uv_fs_thread_proc, \
req, \
WT_EXECUTELONGFUNCTION)) { \
WT_EXECUTEDEFAULT)) { \
uv__set_sys_error((loop), GetLastError()); \
return -1; \
} \
Expand Down

0 comments on commit da59427

Please sign in to comment.