unix: set req type to UV_FS
This commit is contained in:
parent
b0bcbdfe81
commit
be597ba625
@ -46,7 +46,7 @@
|
||||
|
||||
#define INIT(type) \
|
||||
do { \
|
||||
uv__req_init((loop), (req), UV_FS_ ## type); \
|
||||
uv__req_init((loop), (req), UV_FS); \
|
||||
(req)->fs_type = UV_FS_ ## type; \
|
||||
(req)->errorno = 0; \
|
||||
(req)->result = 0; \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user