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:
authorChristopher Faylor <me@cgf.cx>2003-02-08 05:56:49 +0300
committerChristopher Faylor <me@cgf.cx>2003-02-08 05:56:49 +0300
commit9cca06eea1c41b643d102bd00b121df86b12ec5f (patch)
tree44c8696fec6f39fbe7e46de8984902ca4bcdca1b /winsup/testsuite/winsup.api/pthread
parent3202ad2b9e81df3bd61afa56fd2622e115b334c3 (diff)
* libltp/lib/parse_opts.c: Deal with C warnings.
* winsup.api/pthread/cancel12.c: Ditto. * winsup.api/winsup.exp: Don't use -g3.
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;