diff options
Diffstat (limited to 'gdb/nat/netbsd-nat.h')
-rw-r--r-- | gdb/nat/netbsd-nat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/nat/netbsd-nat.h b/gdb/nat/netbsd-nat.h index 1295cb2..2b8b1cb 100644 --- a/gdb/nat/netbsd-nat.h +++ b/gdb/nat/netbsd-nat.h @@ -89,6 +89,6 @@ extern int write_memory (pid_t pid, unsigned const char *writebuf, extern int read_memory (pid_t pid, unsigned char *readbuf, CORE_ADDR offset, size_t len, size_t *xfered_len); -} +} // namespace netbsd_nat #endif |