Petr Salinger:
>> Is there any lwpid_t which isn't "long" and defined by kernel headers?
> 
> See upstream sources:
> 
> http://svnweb.freebsd.org/base/head/sys/sys/_types.h?revision=255219&view=markup
> 
> 
> typedef __int32_t __lwpid_t; /* Thread ID (a.k.a. LWP) */
> 
> And compare with
> http://svnweb.freebsd.org/base/head/sys/kern/syscalls.master?revision=255708&view=markup
> 
> 
> 432 AUE_NULL STD { int thr_self(long *id); }

Oh, I see. It seems I missunderstood what thr_self() does.

Thanks for clarifying!

-- 
Robert Millan

_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Reply via email to