Work around glibc weirdness
authorJens Axboe <jens.axboe@oracle.com>
Fri, 8 Jun 2007 07:44:06 +0000 (09:44 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Fri, 8 Jun 2007 07:44:06 +0000 (09:44 +0200)
commit13b72067ece97664d2e6ec8a30f69228dc0a059a
tree0fd3bfea396a48c9599718d8538678a6905fa7cb
parent0a6ff83b566ae62699794fff23c739531a98b71e
Work around glibc weirdness

Some newer glibc seem to badly mangle the splice system call
so that nothing works. Work around this bug by using our
private splice/vmsplice/tee system calls, prefix them with 's'.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
13 files changed:
ktee-net.c
ktee.c
splice-bench.c
splice-cp.c
splice-fromnet.c
splice-in.c
splice-out.c
splice-test4c.c
splice-tonet.c
splice.h
vmsplice-touser.c
vmsplice.c
vmsplice2.c