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/fchdir01.c')
-rw-r--r--winsup/testsuite/winsup.api/ltp/fchdir01.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/winsup/testsuite/winsup.api/ltp/fchdir01.c b/winsup/testsuite/winsup.api/ltp/fchdir01.c
index 83685d34d..bd70c01b3 100644
--- a/winsup/testsuite/winsup.api/ltp/fchdir01.c
+++ b/winsup/testsuite/winsup.api/ltp/fchdir01.c
@@ -63,10 +63,10 @@
#include <fcntl.h>
#include <string.h>
-void cleanup(void);
+void cleanup(void) __attribute__((noreturn));
void setup(void);
-char *TCID = "fchdir01";
+const char *TCID = "fchdir01";
int TST_TOTAL = 1;
extern int Tst_count;
@@ -77,6 +77,7 @@ const char *TEST_DIR = "alpha";
#define MODES S_IRWXU
+int
main(int ac, char **av)
{
int lc; /* loop counter */