* libltp/include/usctest.h: Add externs to some variables that need it.

* winsup.api/ltp/mmap05.c (main): Make file_content volatile to avoid
optimization glitch.
This commit is contained in:
Christopher Faylor
2003-01-24 01:51:39 +00:00
parent 8e61c0495e
commit b831fc4446
3 changed files with 11 additions and 5 deletions

View File

@@ -104,7 +104,7 @@ main(int ac, char **av)
{
int lc; /* loop counter */
const char *msg; /* message returned from parse_opts */
char file_content; /* tempfile content */
volatile char file_content; /* tempfile content */
/* Parse standard options given to run the test. */
msg = parse_opts(ac, av, (option_t *) NULL, NULL);