Remove gdb_fildes_t
gdb_fildes_t and pfildes are no longer used, so remove them. gdbserver/ChangeLog 2020-04-13 Tom Tromey <tom@tromey.com> * server.h (gdb_fildes_t): Remove typedef. * remote-utils.c (remote_desc, list_desc): Now int. (INVALID_DESCRIPTOR): Remove. (gdb_connected, remote_close) (check_remote_input_interrupt_request): Update. * utils.h (pfildes): Don't declare. * utils.c (pfildes): Remove.
This commit is contained in:
parent
7990abcc9b
commit
73944e9f63
5 changed files with 15 additions and 31 deletions
|
@ -20,6 +20,5 @@
|
|||
#define GDBSERVER_UTILS_H
|
||||
|
||||
char *paddress (CORE_ADDR addr);
|
||||
char *pfildes (gdb_fildes_t fd);
|
||||
|
||||
#endif /* GDBSERVER_UTILS_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue