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

Thorsten Glaser <[email protected]> Tue, 8 Nov 2011 20:45:49 +0000 (UTC)
Newsgroups gmane.linux.lib.dietlibc
Message-ID <[email protected]>
Enrico Scholz <enrico.scholz <at> informatik.tu-chemnitz.de> writes:

> +.set   posix_fadvise, fadvise64_64

This breaks on Alpha; apparently, .set is not portable.
I’m investigating this.