diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2014-12-30 18:34:38 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2014-12-30 18:34:38 +0100 |
commit | 7fa20cef3fc120c9c9fb96c46bd06feb69cef3ca (patch) | |
tree | 346ee92903291a9e2c1516d5193f0ac09009707b /test/nptl/tst-mqueue7.c | |
parent | 5e0ada6a23c683851b8e20ee7ade0cee7a9b4900 (diff) | |
parent | 3d39f1ae2b2bb9f2aa30eee4b34486b03e24c175 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/uclibc-ng
Diffstat (limited to 'test/nptl/tst-mqueue7.c')
-rw-r--r-- | test/nptl/tst-mqueue7.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/test/nptl/tst-mqueue7.c b/test/nptl/tst-mqueue7.c index 01d7cd7d6..d1a652903 100644 --- a/test/nptl/tst-mqueue7.c +++ b/test/nptl/tst-mqueue7.c @@ -32,12 +32,9 @@ static mqd_t after_exec = (mqd_t) -1; #define CMDLINE_OPTIONS \ - "a:" -/* { "after-exec", required_argument, NULL, OPT_AFTEREXEC }, -*/ #define CMDLINE_PROCESS \ - case 'a': \ + case OPT_AFTEREXEC: \ after_exec = (mqd_t) strtoul (optarg, NULL, 0); \ break; |