tech-kern archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: makesyscalls.sh off_t padding check problem for compat linux



> 
> Hi,
> 
> For quite some tine now, comat linux syscalls files cannot be
> generated anymore (at least for some ports). The problem comes from
> makesyscalls.sh off_t paddind check ...
> 
> Some compat linux syscalls currently use off_t arguments, but does not
> have any padding ... this makesyscalls.sh fails its job.
> 
>      int linux_sys_truncate64(const char *path, off_t length);
> 
> Don't this check need to be restricted to native syscalls ?
> If so how about the attached patch ?

it seems reasonable to me.

YAMAMOTO Takashi

> 
> -- 
> Nicolas Joly
> 
> Biological Software and Databanks.
> Institut Pasteur, Paris.


Home | Main Index | Thread Index | Old Index