summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/h8300/bits/fcntl.h
Commit message (Collapse)AuthorAgeFilesLines
* fcntl.h: drop unused/dead O_STREAMINGMike Frysinger2009-10-071-1/+0
| | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* - Remove linux-specific prototypes if asked to.Bernhard Reutner-Fischer2008-11-151-2/+2
|
* - revert wrong r24049Bernhard Reutner-Fischer2008-11-151-2/+2
|
* - Remove linux-specific prototypes if asked to.Bernhard Reutner-Fischer2008-11-151-2/+2
|
* - add sync_file_range()Bernhard Reutner-Fischer2008-09-161-4/+0
| | | | Tested successfully on i386..
* - add missing #endifBernhard Reutner-Fischer2008-05-031-0/+1
|
* - implement splice,vmsplice,tee for all archesBernhard Reutner-Fischer2008-05-031-0/+57
| | | | - synch F_LINUX_SPECIFIC_BASE related fcntls for all arches
* Support O_STREAMINGEric Andersen2002-10-091-0/+1
|
* Patches from Yoshinori Sato <qzb04471@nifty.ne.jp> to fix h8300Eric Andersen2002-04-011-0/+179
| | | | support for pthreads and update for the latest and greatest.
* Major rework of the include files to eliminate redundancyEric Andersen2002-03-011-141/+0
| | | | | and to better support each arch. This is a really big patch... -Erik
* Add in support for the Hitach H8/300H architecture,Eric Andersen2002-02-021-0/+141
contributed by Yoshinori Sato <qzb04471@nifty.ne.jp>