OSDN Git Service

Build posix_fadvice{64} only when UCLIBC_HAS_ADVANCED_REALTIME is set.
authorKhem Raj <raj.khem@gmail.com>
Sun, 30 Aug 2009 18:42:28 +0000 (11:42 -0700)
committerKhem Raj <raj.khem@gmail.com>
Sun, 30 Aug 2009 18:42:28 +0000 (11:42 -0700)
commitde60cf611b1b7dcad53f21728360dff1792ab4fc
tree626d2bde51b2bf5cd5913a69795d4ca53417927a
parent150d2d2188535b8b9ad504cee80da7b502fd2722
Build posix_fadvice{64} only when UCLIBC_HAS_ADVANCED_REALTIME is set.

Right now for ARM, MIPS, Xtensa and powerpc posix_fadvise
routines are included conditionally. They should only be
enabled when UCLIBC_HAS_ADVANCED_REALTIME is set. Also fix
code style in powerpc/posix_fadvise64.c

Signed-off-by: Khem Raj <raj.khem@gmail.com>
libc/sysdeps/linux/arm/Makefile.arch
libc/sysdeps/linux/mips/Makefile.arch
libc/sysdeps/linux/powerpc/Makefile.arch
libc/sysdeps/linux/powerpc/posix_fadvise64.c
libc/sysdeps/linux/xtensa/Makefile.arch