diff options
author | Michael Forney <mforney@mforney.org> | 2020-03-10 15:32:35 -0700 |
---|---|---|
committer | Mike Frysinger <vapier@chromium.org> | 2020-03-10 22:52:40 +0000 |
commit | a03ad96dbd61e8c7e35c3601612d6080a8586adf (patch) | |
tree | 313f330089c2b632374c1b762d3ae6a9e1bc6cc3 /src/client/mac/handler/testcases | |
parent | Use sched_yield instead of pthread_yield (diff) | |
download | breakpad-a03ad96dbd61e8c7e35c3601612d6080a8586adf.tar.xz |
Use standard header locations for poll.h and signal.h
sys/poll.h and sys/signal.h just redirect to the standardized
location for these headers, poll.h and signal.h.
On musl libc, including the incorrect header path results in a
warning, and since breakpad is built with -Werror, this is an error.
In exception_handler.cc, signal.h is already included earlier, so
we can drop the sys/signal.h include.
Bug: google-breakpad:631
Change-Id: If36d326453e3267d38a5b92ed1301f828e46befe
Reviewed-on: https://chromium-review.googlesource.com/c/breakpad/breakpad/+/2097344
Reviewed-by: Mike Frysinger <vapier@chromium.org>
Diffstat (limited to 'src/client/mac/handler/testcases')
0 files changed, 0 insertions, 0 deletions