diff options
Diffstat (limited to 'gdb/linux-nat.c')
-rw-r--r-- | gdb/linux-nat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/linux-nat.c b/gdb/linux-nat.c index bac383d..6f50ea3 100644 --- a/gdb/linux-nat.c +++ b/gdb/linux-nat.c @@ -3832,7 +3832,7 @@ linux_proc_xfer_memory_partial_pid (ptid_t ptid, "/proc/%d/task/%ld/mem", ptid.pid (), ptid.lwp ()); last_proc_mem_file.fd - = gdb_open_cloexec (filename, O_RDWR | O_LARGEFILE, 0); + = gdb_open_cloexec (filename, O_RDWR | O_LARGEFILE, 0).release (); if (last_proc_mem_file.fd == -1) { |