diff options
Diffstat (limited to 'src/os_unix.h')
-rw-r--r-- | src/os_unix.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os_unix.h b/src/os_unix.h index f0fc3d5f9a..692bb3442b 100644 --- a/src/os_unix.h +++ b/src/os_unix.h @@ -81,7 +81,7 @@ # define SIGDUMMYARG 0, 0, (struct sigcontext *)0 # else # define SIGPROTOARG (int) -# define SIGDEFARG(s) (s) int s UNUSED; +# define SIGDEFARG(s) (s) int s; # define SIGDUMMYARG 0 # endif #else |