diff options
author | mdempsky <mdempsky@chromium.org> | 2015-02-19 10:37:54 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-02-19 18:38:30 +0000 |
commit | b71febc45698e4cae48c92c7a99d235da41adb55 (patch) | |
tree | e9de62897e5bf5adaec3f18a486214c3170bc690 /ui/wm/public | |
parent | 30728015d9945c0c988ffa0bbb00ffb86bcaeb72 (diff) | |
download | chromium_src-b71febc45698e4cae48c92c7a99d235da41adb55.zip chromium_src-b71febc45698e4cae48c92c7a99d235da41adb55.tar.gz chromium_src-b71febc45698e4cae48c92c7a99d235da41adb55.tar.bz2 |
sandbox: use waitpid consistently
The BMM PNaCl toolchain doesn't currently support waitid. Arguably it
should because it's in POSIX, but the userland/Linux signal ABI
mismatch makes it non-trivial because of the siginfo_t. Since we
don't need the siginfo_t anyway, we can just use waitpid instead.
While here, use WIFEXITED and WEXITSTATUS for interpreting status
instead of directly comparing it to the expected exit code.
Review URL: https://codereview.chromium.org/928963003
Cr-Commit-Position: refs/heads/master@{#317080}
Diffstat (limited to 'ui/wm/public')
0 files changed, 0 insertions, 0 deletions