diff options
author | Tom Tromey <tom@tromey.com> | 2018-09-26 05:28:07 -0600 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2018-10-01 02:58:23 -0600 |
commit | 4176f14d9c9e509425bffc01404c751e238b1f01 (patch) | |
tree | 52d0fe01cad44b8950278103ad719603b3837139 /gdb/gdbserver/gdb_proc_service.h | |
parent | a95746f91769c0f65e9393ff83aad0871d1a666b (diff) | |
download | binutils-4176f14d9c9e509425bffc01404c751e238b1f01.zip binutils-4176f14d9c9e509425bffc01404c751e238b1f01.tar.gz binutils-4176f14d9c9e509425bffc01404c751e238b1f01.tar.bz2 |
Don't check HAVE_UNISTD_H
I noticed some spots that were checking HAVE_UNISTD_H. There is no
need to do this, as <unistd.h> is unconditionally included in many
places in gdb. This sort of cleanup was done once before, in 2013:
2013-07-01 Pedro Alves <palves@redhat.com>
* defs.h: Don't check HAVE_UNISTD_H before including <unistd.h>.
(STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO): Delete.
* tracepoint.c: Don't check HAVE_UNISTD_H before including
<unistd.h>.
HAVE_UNISTD_H seems to come from gnulib, so there are still mentions
of it in the source.
gdb/ChangeLog
2018-10-01 Tom Tromey <tom@tromey.com>
* unittests/scoped_mmap-selftests.c: Don't check HAVE_UNISTD_H.
* unittests/scoped_fd-selftests.c: Don't check HAVE_UNISTD_H.
* common/scoped_fd.h: Don't check HAVE_UNISTD_H.
Diffstat (limited to 'gdb/gdbserver/gdb_proc_service.h')
0 files changed, 0 insertions, 0 deletions