diff options
Diffstat (limited to 'nptl/pthread_setcancelstate.c')
-rw-r--r-- | nptl/pthread_setcancelstate.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nptl/pthread_setcancelstate.c b/nptl/pthread_setcancelstate.c index 1807789caa..c8bc8b883c 100644 --- a/nptl/pthread_setcancelstate.c +++ b/nptl/pthread_setcancelstate.c @@ -70,3 +70,4 @@ __pthread_setcancelstate (state, oldstate) return 0; } strong_alias (__pthread_setcancelstate, pthread_setcancelstate) +hidden_def (__pthread_setcancelstate) |