summaryrefslogtreecommitdiffstats
path: root/winsup/testsuite/winsup.api/pthread/test.h
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2003-01-23 21:21:28 +0000
committerChristopher Faylor <me@cgf.cx>2003-01-23 21:21:28 +0000
commit9b978ffe8b67bdccd1e0c5bf3ef3c65d60bc6cd3 (patch)
tree9c1a9a440a79bae5c23602dd05d16645ef4c9419 /winsup/testsuite/winsup.api/pthread/test.h
parentd8f0f146b8befe92d951c5e5907d41e23f376679 (diff)
downloadcygnal-9b978ffe8b67bdccd1e0c5bf3ef3c65d60bc6cd3.tar.gz
cygnal-9b978ffe8b67bdccd1e0c5bf3ef3c65d60bc6cd3.tar.bz2
cygnal-9b978ffe8b67bdccd1e0c5bf3ef3c65d60bc6cd3.zip
* libltp/include/test.h: Fix C warnings.
* winsup.api/checksignal.c: Ditto. * winsup.api/crlf.c: Ditto. * winsup.api/devzero.c: Ditto. * winsup.api/iospeed.c: Ditto. * winsup.api/mmaptest01.c: Ditto. * winsup.api/mmaptest02.c: Ditto. * winsup.api/mmaptest03.c: Ditto. * winsup.api/mmaptest04.c: Ditto. * winsup.api/nullgetcwd.c: Ditto. * winsup.api/sigchld.c: Ditto. * winsup.api/signal-into-win32-api.c: Ditto. * winsup.api/systemcall.c: Ditto. * winsup.api/waitpid.c: Ditto. * winsup.api/pthread/mainthreadexits.c: Ditto. * winsup.api/pthread/test.h: Ditto. * winsup.api/pthread/threadidafterfork.c: Ditto. * Makefile.in: Remove cygrun.exe from RUNTIME since it is built here now.
Diffstat (limited to 'winsup/testsuite/winsup.api/pthread/test.h')
-rw-r--r--winsup/testsuite/winsup.api/pthread/test.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/testsuite/winsup.api/pthread/test.h b/winsup/testsuite/winsup.api/pthread/test.h
index a9a211dd7..3e662a315 100644
--- a/winsup/testsuite/winsup.api/pthread/test.h
+++ b/winsup/testsuite/winsup.api/pthread/test.h
@@ -16,7 +16,7 @@
/* #define assert(x) do { fprint (stderr, "assertion failed\n"); exit(1) } while (0) */
-char * error_string[] = {
+const char * error_string[] = {
"ZERO_or_EOK",
"EPERM",
"ENOFILE_or_ENOENT",