Petr Salinger:
>> I think you can avoid this by using the primitive:
>>
>> lwpid_t tid;
>> syscall (SYS_thr_self, &tid);
> 
> There is a mess in kernel interfaces,
> the right one is
> 
> long  tid;
> syscall (SYS_thr_self, &tid);

Is there any lwpid_t which isn't "long" and defined by kernel headers?

-- 
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