diff options
author | Lukas Durfina <ldurfina@tachyum.com> | 2020-02-03 14:36:17 +0400 |
---|---|---|
committer | Joel Brobecker <brobecker@adacore.com> | 2020-02-03 14:36:17 +0400 |
commit | b0029748ca991c64cf9f0851217b7762e4877854 (patch) | |
tree | 84cd099b71042853f7a156e265ab9a5676c336b8 /binutils/objdump.c | |
parent | 0b398d69acde3377dfbbeb8a4cfe87ae8c8562fa (diff) | |
download | gdb-b0029748ca991c64cf9f0851217b7762e4877854.zip gdb-b0029748ca991c64cf9f0851217b7762e4877854.tar.gz gdb-b0029748ca991c64cf9f0851217b7762e4877854.tar.bz2 |
Fix compilation error with musl in gdb/testsuite/gdb.base/fileio.c
Musl is giving warnings about these includes in this way:
warning: #warning redirecting incorrect #include <sys/errno.h> to <errno.h>
warning: #warning redirecting incorrect #include <sys/fcntl.h> to <fcntl.h>
gdb/testsuite/Changelog:
* gdb.base/fileio.c: Remove #include of <sys/errno.h>.
Replace #include of <sys/fcntl.h> by <fcntl.h>.
Diffstat (limited to 'binutils/objdump.c')
0 files changed, 0 insertions, 0 deletions