Skip to content

Commit

Permalink
(add missing SIGUSR1 #define for Windows)
Browse files Browse the repository at this point in the history
[skip travis]
  • Loading branch information
Fish-Git committed Apr 16, 2019
1 parent 67b2bfd commit b64d579
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions hconsts.h
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,10 @@
#define S_IWGRP 0
#endif

#ifndef SIGUSR1
#define SIGUSR1 30
#endif

#ifndef SIGUSR2
#define SIGUSR2 31
#endif
Expand Down

0 comments on commit b64d579

Please sign in to comment.