summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/common/vmsplice.c
Commit message (Collapse)AuthorAgeFilesLines
* unify stub logicMike Frysinger2011-02-241-7/+0
| | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* Last portion of libc_hidden_proto removal.Denis Vlasenko2008-11-201-5/+0
| | | | | Appears to build fine (several .configs tried)
* - remove superfluous ';'. No objcode changes.Bernhard Reutner-Fischer2008-10-221-1/+1
|
* - add vmsplice, splice, tee (Timo Teräs)Bernhard Reutner-Fischer2008-05-021-0/+28
- pull bits/fcntl.h from glibc (Timo Teräs)