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