diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2016-08-21 02:20:12 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2016-08-21 02:20:12 +0200 |
commit | b4fc5f292e5186b7092550d7251033ca68d9f104 (patch) | |
tree | 503e22f341cc65dcac52753154ace1b5d6f7d8a2 | |
parent | 7887bb77be1661b1233611bba78e21d97b6554f2 (diff) |
Revert "Add missing pthread_setcancelstate alias"
This reverts commit 80d014410ffdd3ce86ff7dcc7d8ca695f6fbb2ed.
-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) |