Phase 1 of the ptid_t changes.
[deliverable/binutils-gdb.git] / gdb / config / arm / nm-linux.h
index 3de162e9d6d057f10664dd17edf8a9f176f9b9d9..ce4e5ff56c9e8bf23ffbac3f4b0fe30bc38cf37a 100644 (file)
@@ -38,8 +38,8 @@ extern int lin_lwp_prepare_to_proceed (void);
 #undef PREPARE_TO_PROCEED
 #define PREPARE_TO_PROCEED(select_it) lin_lwp_prepare_to_proceed ()
 
-extern void lin_lwp_attach_lwp (int pid, int verbose);
-#define ATTACH_LWP(pid, verbose) lin_lwp_attach_lwp ((pid), (verbose))
+extern void lin_lwp_attach_lwp (ptid_t ptid, int verbose);
+#define ATTACH_LWP(ptid, verbose) lin_lwp_attach_lwp ((ptid), (verbose))
 
 #include <signal.h>
 
This page took 0.040859 seconds and 4 git commands to generate.