[klibc] klibc 0.207 released

H. Peter Anvin hpa at zytor.com
Thu Mar 3 23:52:07 PST 2005


H. Peter Anvin wrote:
> Olaf Hering wrote:
> 
>>  On Thu, Mar 03, H. Peter Anvin wrote:
>>
>>
>>> Olaf Hering wrote:
>>>
>>>> No, you rely on kernel headers, and this struct siginfo or similar is
>>>> hidden inside __KERNEL__ on sparc. Let me check.
>>
>>
>>
>> ../include/signal.h:81: warning: "struct sigaction" declared inside 
>> parameter list
>>
>> that one is hidden on sparc.
>>
> 
> OK, I hopefully exposed these definitions, let's see if it helps.
> 
> I also dropped the non-rt_* versions of the sigset_t-using functions; 
> that means it should be a lot more feasible to move the definition of 
> these structures into klibc proper.  Yuck, duplicating ABI definitions :(
> 

Dammit, now I remember why this doesn't work.  The kernel just rejects 
the rt_*() system calls if it doesn't get what it expects, instead of 
zero-filling/ignoring the appropriate direction.  Grrr...

	-hpa



More information about the klibc mailing list