diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2012-03-26 11:25:33 +0200 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2012-03-26 11:25:33 +0200 |
commit | 899a2731262c4321f44a0faecf4134f6b6eacc3d (patch) | |
tree | b05956b31b77c122b2a748d4de762f144d6d1edb /libc/sysdeps/linux/powerpc/posix_fadvise.c | |
parent | 3bcd031f97d61a8f732d865a0f4248aed2d191ab (diff) |
stubs: unified from future
Future branch extends stubs with ret_enosys_stub.
Resolve conflicts, and use superset of future and current master.
Adjust posix_fadvise* accordingly.
Upon future merge, pick this master version as the final state.
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'libc/sysdeps/linux/powerpc/posix_fadvise.c')
-rw-r--r-- | libc/sysdeps/linux/powerpc/posix_fadvise.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/libc/sysdeps/linux/powerpc/posix_fadvise.c b/libc/sysdeps/linux/powerpc/posix_fadvise.c index ce3574f4e..7ceb8ce8f 100644 --- a/libc/sysdeps/linux/powerpc/posix_fadvise.c +++ b/libc/sysdeps/linux/powerpc/posix_fadvise.c @@ -27,10 +27,4 @@ int posix_fadvise(int fd, off_t offset, off_t len, int advice) strong_alias(posix_fadvise,posix_fadvise64) #endif -#else -int posix_fadvise(int fd attribute_unused, off_t offset attribute_unused, off_t len attribute_unused, int advice attribute_unused) -{ -#warning This is not correct as far as SUSv3 is concerned. - return ENOSYS; -} #endif |