diff options
Diffstat (limited to 'libpthread/nptl/pthread_setcancelstate.c')
-rw-r--r-- | libpthread/nptl/pthread_setcancelstate.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libpthread/nptl/pthread_setcancelstate.c b/libpthread/nptl/pthread_setcancelstate.c index 0da9a74f9..e53b52d67 100644 --- a/libpthread/nptl/pthread_setcancelstate.c +++ b/libpthread/nptl/pthread_setcancelstate.c @@ -23,7 +23,6 @@ int -attribute_hidden __pthread_setcancelstate ( int state, int *oldstate) |