diff options
Diffstat (limited to 'nptl/pt-raise.c')
-rw-r--r-- | nptl/pt-raise.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/nptl/pt-raise.c b/nptl/pt-raise.c index c0f16e9..41f32c7 100644 --- a/nptl/pt-raise.c +++ b/nptl/pt-raise.c @@ -22,8 +22,7 @@ int -raise (sig) - int sig; +raise (int sig) { /* This is what POSIX says must happen. */ return pthread_kill (pthread_self (), sig); |