Moshe wrote:
> Hi Joe,
>
> If you are testing the openat patch,
> please do not forget to change
> the  __OPENAT () definition from K&R style:
>
>   __OPENAT (fd, file, oflag)
>       int fd;
>       const char *file;
>       int oflag;
>
> to the variadic function:
>
>   __OPENAT (int fd, const char *file, int oflag, ...)
>
> or you will not be able to compile the openat.c file.
>
This is the patch that has proved its self to work (on x86, x86_64,
mips, and alpha).  I see no reason to convert the function from K&R
(whatever that is). That statement has nothing wrong with it.
http://www.linuxfromscratch.org/patches/downloads/glibc/glibc-2.4-openat-3.patch

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to