Re: [PATCH] fadvise: provide posix_fadvice() and implement special ARM syscall

Thorsten Glaser <[email protected]> Tue, 8 Nov 2011 21:49:44 +0000 (UTC)
Newsgroups gmane.linux.lib.dietlibc
Message-ID <[email protected]>
Thorsten Glaser <tg <at> mirbsd.de> writes:

> Enrico Scholz <enrico.scholz <at> informatik.tu-chemnitz.de> writes:
> 
> > +.set   posix_fadvise, fadvise64_64
> 
> This breaks on Alpha; apparently, .set is not portable.

Using .equ compiles fine on both Alpha and ARM.
I’ll be changing this in Debian.