From b4fc5f292e5186b7092550d7251033ca68d9f104 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Sun, 21 Aug 2016 02:20:12 +0200 Subject: Revert "Add missing pthread_setcancelstate alias" This reverts commit 80d014410ffdd3ce86ff7dcc7d8ca695f6fbb2ed. --- forward.c | 1 - 1 file changed, 1 deletion(-) diff --git a/forward.c b/forward.c index d34987b..771b3ca 100644 --- a/forward.c +++ b/forward.c @@ -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) -- cgit v1.2.3