posix_fadvise in 0.9.28

Mike Frysinger vapier at gentoo.org
Tue Oct 25 02:14:39 UTC 2005


On Mon, Oct 24, 2005 at 09:16:01PM -0400, Robert Connolly wrote:
> Hi. In fcntl.h, posix_fadvise() is commented out, but it seems to work. Why?

probably because we implemented it but forgot to uncomment it

no one noticed because configure scripts use AC_CHECK_HEADER(fcntl.h) and
AC_CHECK_LIB(c, posix_fadvise)

i'll uncomment in svn
-mike



More information about the uClibc mailing list