]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/inflow.c
Remove ptid_get_pid
[thirdparty/binutils-gdb.git] / gdb / inflow.c
index 08e47d65cb1f06db9940b5f9d598f66b4b199ea0..7bcefdcdc616784df62d87d1d0aa137e4a85647c 100644 (file)
@@ -908,7 +908,7 @@ static void
 pass_signal (int signo)
 {
 #ifndef _WIN32
-  kill (ptid_get_pid (inferior_ptid), SIGINT);
+  kill (inferior_ptid.pid (), SIGINT);
 #endif
 }