From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Kettenis To: msnyder@cygnus.com Cc: gdb-patches@sources.redhat.com Subject: Re: [RFA] Off-by-one error in linux thread-db.c? Date: Wed, 28 Mar 2001 01:36:00 -0000 Message-id: <200103280936.f2S9aaL00901@delius.kettenis.local> References: <3AC13C62.6AE49717@cygnus.com> X-SW-Source: 2001-03/msg00520.html Date: Tue, 27 Mar 2001 17:20:34 -0800 From: Michael Snyder Mark, what do you think? There's no signal zero... Makes sense to me. In a sense there is a signal zero: you can send one to a process to check for its existence, but the program itself will never see it (at least not as a signal). Go ahead and check it in. Mark