diff options
Diffstat (limited to 'sysdeps/posix/system.c')
-rw-r--r-- | sysdeps/posix/system.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/posix/system.c b/sysdeps/posix/system.c index bf84d2fb1e..79b5e330af 100644 --- a/sysdeps/posix/system.c +++ b/sysdeps/posix/system.c @@ -85,7 +85,7 @@ __libc_system (const char *line) return -1; } } -# define UNBLOCK __sigprocmask (SIG_SETMASK, &omask, (sigset_t *) NULL) +# define UNBLOCK __sigprocmask (SIG_SETMASK, &omask, (sigset_t *) NULL) #else # define UNBLOCK 0 #endif |