diff options
Diffstat (limited to 'nptl/pthread_setcancelstate.c')
-rw-r--r-- | nptl/pthread_setcancelstate.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/nptl/pthread_setcancelstate.c b/nptl/pthread_setcancelstate.c index c8bc8b883c..b21c7d2989 100644 --- a/nptl/pthread_setcancelstate.c +++ b/nptl/pthread_setcancelstate.c @@ -22,9 +22,7 @@ int -__pthread_setcancelstate (state, oldstate) - int state; - int *oldstate; +__pthread_setcancelstate (int state, int *oldstate) { volatile struct pthread *self; |