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/ltp/times02.c')
-rw-r--r--winsup/testsuite/winsup.api/ltp/times02.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/winsup/testsuite/winsup.api/ltp/times02.c b/winsup/testsuite/winsup.api/ltp/times02.c
index 825046430..1dae36c5a 100644
--- a/winsup/testsuite/winsup.api/ltp/times02.c
+++ b/winsup/testsuite/winsup.api/ltp/times02.c
@@ -50,14 +50,15 @@
#include <test.h>
#include <usctest.h>
-char *TCID = "times02";
+const char *TCID = "times02";
int TST_TOTAL = 1;
extern int Tst_count;
int exp_enos[]={EFAULT, 0};
void setup(void);
-void cleanup(void);
+void cleanup(void) __attribute__((noreturn));
+int
main(int argc, char **argv)
{
int lc; /* loop counter */