|
From: <mw...@re...> - 2004-02-11 07:17:27
|
On Tuesday 10 February 2004 21:59, Tom Hughes wrote: > In message <200...@re...> > > mw...@re... wrote: > > attached is a diff for the gettid syscall. > > That gettid won't do anything useful as it will return the same value > in every thread which is most unlikely to be what the client program is > expecting to happen. > > Tom Since i had a look at man 2 gettid and man 2 getpid it should behave like getpid. So i took the implementation of getpid and cloned it for gettid to get rid of messages telling me that syscall 224 isn't implemented. If this is wrong - you also must remove the getpid function - cause it is also senseless. Or am i wrong? cu mws |