OSDN Git Service

pread/pwrite: drop fallback funcs
authorMike Frysinger <vapier@gentoo.org>
Wed, 30 May 2012 05:40:33 +0000 (01:40 -0400)
committerMike Frysinger <vapier@gentoo.org>
Wed, 30 May 2012 05:43:32 +0000 (01:43 -0400)
commit80c9bfc4668e2370b3434a801dc266f336265832
treeda610848bc97ab1e21dd6b467ea08e79765be260
parent52fa45da0f86651b70608a58914f3aece7fdfed5
pread/pwrite: drop fallback funcs

Linux has provided these functions since the 2.1.x era, so no need to
keep these around.  We'd rather find out when things are missing (and
fix that) than fall back to the unsafe hacks.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
libc/sysdeps/linux/common/pread_write.c
libc/sysdeps/linux/powerpc/pread_write.c
libc/sysdeps/linux/xtensa/pread_write.c