Skip to content

Commit

Permalink
unix: fix the build
Browse files Browse the repository at this point in the history
uv_signal_t.signum was moved to uv.h in an earlier commit.
  • Loading branch information
piscisaureus committed Aug 17, 2012
1 parent c4dbb60 commit 9f0e00c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions include/uv-private/uv-unix.h
Expand Up @@ -252,8 +252,7 @@ typedef struct {
int mode;

#define UV_SIGNAL_PRIVATE_FIELDS \
ngx_queue_t queue; \
unsigned int signum; \
ngx_queue_t queue;

#define UV_FS_EVENT_PRIVATE_FIELDS \
uv_fs_event_cb cb; \
Expand Down

0 comments on commit 9f0e00c

Please sign in to comment.