* 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.
This commit is contained in:
@ -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",
|
||||
|
Reference in New Issue
Block a user