From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eli Zaretskii To: Kevin Buettner Cc: gdb-patches@sources.redhat.com Subject: Re: [PATCH RFC] process/thread/lwp id patch - phase 1 Date: Thu, 03 May 2001 01:28:00 -0000 Message-id: References: <1010503082356.ZM4975@ocotillo.lan> X-SW-Source: 2001-05/msg00025.html On Thu, 3 May 2001, Kevin Buettner wrote: > On May 3, 10:20am, Eli Zaretskii wrote: > > > > MERGEPID will be defined for all ports and all targets since it is > > > defined later on in defs.h... > > > > > > #ifndef PIDGET > > > #define PIDGET(PID) (PID) > > > #define TIDGET(PID) 0 > > > #define MERGEPID(PID, TID) (PID) > > > #endif > > > > Hmm, I don't see this snippet in defs.h in the patch you posted. > > It wasn't in the patch I posted. It already exists in defs.h. Sorry, my misunderstanding.