summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/arm/bits/fcntl.h
AgeCommit message (Collapse)Author
2009-10-07clean up O_CLOEXEC handlingMike Frysinger
Drop the "#ifndef O_CLOEXEC" cruft, enable O_CLOEXEC in most fcntl.h headers, and import __ASSUME_O_CLOEXEC from glibc. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2008-11-15- Remove linux-specific prototypes if asked to.Bernhard Reutner-Fischer
2008-11-15- revert wrong r24049Bernhard Reutner-Fischer
2008-11-15- Remove linux-specific prototypes if asked to.Bernhard Reutner-Fischer
2008-09-16- add sync_file_range()Bernhard Reutner-Fischer
Tested successfully on i386..
2008-05-03- add missing #endifBernhard Reutner-Fischer
2008-05-03- implement splice,vmsplice,tee for all archesBernhard Reutner-Fischer
- synch F_LINUX_SPECIFIC_BASE related fcntls for all arches
2008-05-03Wire up vmsplice, splice and tee for arm.Khem Raj
2006-08-24fix from psm: enable readahead prototypeMike Frysinger
2006-08-23sync with upstream via psmMike Frysinger
2006-03-29sync with glibcMike Frysinger
2002-10-09Support O_STREAMINGEric Andersen
2001-09-27Update to accomodate the header file changesEric Andersen
2000-10-26Add in arm specific bits.Eric Andersen