diff options
Diffstat (limited to 'posix')
-rw-r--r-- | posix/bug-glob2.c | 4 | ||||
-rw-r--r-- | posix/tst-pcre.c | 2 | ||||
-rw-r--r-- | posix/wait4.c | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/posix/bug-glob2.c b/posix/bug-glob2.c index a8ffcb0bc5..abae19b715 100644 --- a/posix/bug-glob2.c +++ b/posix/bug-glob2.c @@ -276,7 +276,7 @@ do_test (void) != GLOB_ABORTED) { puts ("glob did not fail with GLOB_ABORTED"); - exit (EXIT_FAILURE); + exit (EXIT_FAILURE); } globfree (&gl); @@ -288,7 +288,7 @@ do_test (void) if (glob ("dir2/*", GLOB_DOOFFS, NULL, &gl) != GLOB_NOMATCH) { puts ("glob did not fail with GLOB_NOMATCH"); - exit (EXIT_FAILURE); + exit (EXIT_FAILURE); } globfree (&gl); diff --git a/posix/tst-pcre.c b/posix/tst-pcre.c index 5a2dcd6843..afae926699 100644 --- a/posix/tst-pcre.c +++ b/posix/tst-pcre.c @@ -132,7 +132,7 @@ main (int argc, char **argv) { regex_t re; int n; - + if (!pattern_valid) { printf ("%zd: No previous valid pattern %s\n", linenum, line); diff --git a/posix/wait4.c b/posix/wait4.c index fd23da5e88..e55f71d3d3 100644 --- a/posix/wait4.c +++ b/posix/wait4.c @@ -20,7 +20,7 @@ #include <errno.h> pid_t -__wait4 (__pid_t pid, __WAIT_STATUS stat_loc, int options, +__wait4 (__pid_t pid, __WAIT_STATUS stat_loc, int options, struct rusage *usage) { __set_errno (ENOSYS); |