summaryrefslogtreecommitdiff
path: root/tests/test-nl_langinfo-mt.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-nl_langinfo-mt.c')
-rw-r--r--tests/test-nl_langinfo-mt.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/test-nl_langinfo-mt.c b/tests/test-nl_langinfo-mt.c
index de6cd998b7..4d207f1be9 100644
--- a/tests/test-nl_langinfo-mt.c
+++ b/tests/test-nl_langinfo-mt.c
@@ -72,7 +72,6 @@ thread1_func (void *arg)
}
/*NOTREACHED*/
- return NULL;
}
static char *expected2;
@@ -91,7 +90,6 @@ thread2_func (void *arg)
}
/*NOTREACHED*/
- return NULL;
}
static char *expected3;
@@ -110,7 +108,6 @@ thread3_func (void *arg)
}
/*NOTREACHED*/
- return NULL;
}
static char *expected4;
@@ -129,7 +126,6 @@ thread4_func (void *arg)
}
/*NOTREACHED*/
- return NULL;
}
static char *expected5;
@@ -148,7 +144,6 @@ thread5_func (void *arg)
}
/*NOTREACHED*/
- return NULL;
}
static char *expected6;
@@ -167,7 +162,6 @@ thread6_func (void *arg)
}
/*NOTREACHED*/
- return NULL;
}
static void *
@@ -188,7 +182,6 @@ threadN_func (void *arg)
}
/*NOTREACHED*/
- return NULL;
}
int