]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/inferior.h
Remove ptid_get_pid
[thirdparty/binutils-gdb.git] / gdb / inferior.h
index 154fda6ef2c4d3171d5c24802a2449056800af42..c5dc324fa3968e570069311c0c092dad22be2b99 100644 (file)
@@ -84,7 +84,7 @@ extern void set_inferior_io_terminal (const char *terminal_name);
 extern const char *get_inferior_io_terminal (void);
 
 /* Collected pid, tid, etc. of the debugged inferior.  When there's
-   no inferior, ptid_get_pid (inferior_ptid) will be 0.  */
+   no inferior, inferior_ptid.pid () will be 0.  */
 
 extern ptid_t inferior_ptid;