Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/testsuite/winsup.api/pthread')
-rw-r--r--winsup/testsuite/winsup.api/pthread/cancel12.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/winsup/testsuite/winsup.api/pthread/cancel12.c b/winsup/testsuite/winsup.api/pthread/cancel12.c
index f1c64e39c..12273d676 100644
--- a/winsup/testsuite/winsup.api/pthread/cancel12.c
+++ b/winsup/testsuite/winsup.api/pthread/cancel12.c
@@ -58,7 +58,6 @@ static void *Thread(void *punused)
int main (void)
{
- void *old_sigh;
void * result;
pthread_t t;