projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8674f08
)
Fix typo in last change.
author
Roland McGrath
<mcgrathr@google.com>
Thu, 3 Mar 2022 21:06:50 +0000
(13:06 -0800)
committer
Roland McGrath
<mcgrathr@google.com>
Thu, 3 Mar 2022 21:06:50 +0000
(13:06 -0800)
gdbsupport/event-pipe.cc
patch
|
blob
|
history
diff --git
a/gdbsupport/event-pipe.cc
b/gdbsupport/event-pipe.cc
index a1d34d59609a43830e1923168522f02ec1018206..ed3b63e3382514a14f70a2053e6ed7e3c37a7b0f 100644
(file)
--- a/
gdbsupport/event-pipe.cc
+++ b/
gdbsupport/event-pipe.cc
@@
-34,7
+34,7
@@
event_pipe::~event_pipe ()
/* See event-pipe.h. */
bool
-event_pipe::open ()
+event_pipe::open
_pipe
()
{
if (is_open ())
return false;