... on systems where wait() isn't one of the declarations transitively included via unistd.h.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
compiler-rt/test/profile/Posix/gcov-fork.c | ||
---|---|---|
14 | No need for #if sys/wait.h is specified by POSIX. |
compiler-rt/test/profile/Posix/gcov-fork.c | ||
---|---|---|
14 | Thanks. I wasn't sure. |
Comment Actions
LGTM. Thanks for fixing it!
... on systems where wait() isn't one of the declarations transitively included via unistd.h.
Hope you can just be more specific about this - on which particular system wait() isn't transitively included via unistd.h
It conveys more information and helps posterity when they are reading the log.
compiler-rt/test/profile/Posix/gcov-fork.c | ||
---|---|---|
13 | Reorder the headers to pacify clang-format |
Comment Actions
I also realized these tests don't run on green dragon. I'll look into setting that up.
Reorder the headers to pacify clang-format