unix: set req type to UV_FS

This commit is contained in:
Ben Noordhuis 2012-11-02 12:00:28 +00:00
parent b0bcbdfe81
commit be597ba625

View File

@ -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; \