aboutsummaryrefslogtreecommitdiff
path: root/gdbsupport/gdb_select.h
diff options
context:
space:
mode:
authorSimon Marchi <simon.marchi@polymtl.ca>2023-02-08 15:36:23 -0500
committerSimon Marchi <simon.marchi@polymtl.ca>2023-02-08 15:46:02 -0500
commitc583a2520616c2736cffc389c89a48b159366e6c (patch)
treeb4925f26506fcee96c16119431c01760f05db95d /gdbsupport/gdb_select.h
parentca7f92c2f15b86b09c4a8ad14806bef666308d31 (diff)
downloadbinutils-users/simark/clang-format.zip
binutils-users/simark/clang-format.tar.gz
binutils-users/simark/clang-format.tar.bz2
Run clang-format.shusers/simark/clang-format
Change-Id: Ia948cc26d534b0dd02702244d52434b1a2093968
Diffstat (limited to 'gdbsupport/gdb_select.h')
-rw-r--r--gdbsupport/gdb_select.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/gdbsupport/gdb_select.h b/gdbsupport/gdb_select.h
index 9928aae..6699a58 100644
--- a/gdbsupport/gdb_select.h
+++ b/gdbsupport/gdb_select.h
@@ -31,7 +31,7 @@
#endif
extern int gdb_select (int n, fd_set *readfds, fd_set *writefds,
- fd_set *exceptfds, struct timeval *timeout);
+ fd_set *exceptfds, struct timeval *timeout);
/* Convenience wrapper around gdb_select that returns -1/EINTR if
set_quit_flag is set, either on entry or from a signal handler or
@@ -42,10 +42,7 @@ extern int gdb_select (int n, fd_set *readfds, fd_set *writefds,
Note this does NOT return -1/EINTR if any signal handler other than
SIGINT runs, nor if the current SIGINT handler does not call
set_quit_flag. */
-extern int interruptible_select (int n,
- fd_set *readfds,
- fd_set *writefds,
- fd_set *exceptfds,
- struct timeval *timeout);
+extern int interruptible_select (int n, fd_set *readfds, fd_set *writefds,
+ fd_set *exceptfds, struct timeval *timeout);
#endif /* !defined(GDB_SELECT_H) */