diff options
Diffstat (limited to 'test/nptl/tst-mqueue7.c')
-rw-r--r-- | test/nptl/tst-mqueue7.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/test/nptl/tst-mqueue7.c b/test/nptl/tst-mqueue7.c index 12c6d9a37..1892f951a 100644 --- a/test/nptl/tst-mqueue7.c +++ b/test/nptl/tst-mqueue7.c @@ -33,9 +33,7 @@ static mqd_t after_exec = (mqd_t) -1; #define CMDLINE_OPTIONS \ "a:" -/* - { "after-exec", required_argument, NULL, OPT_AFTEREXEC }, -*/ + #define CMDLINE_PROCESS \ case 'a': \ after_exec = (mqd_t) strtoul (optarg, NULL, 0); \ |