diff options
Diffstat (limited to 'forward.c')
-rw-r--r-- | forward.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -134,7 +134,6 @@ FORWARD2 (pthread_self, pthread_t, (void), (), return 0) FORWARD (pthread_setcancelstate, (int state, int *oldstate), (state, oldstate), 0) -strong_alias (__pthread_setcancelstate, pthread_setcancelstate); FORWARD (pthread_setcanceltype, (int type, int *oldtype), (type, oldtype), 0) |