summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/sparc/bits/fcntl.h
Commit message (Collapse)AuthorAgeFilesLines
* clean up O_CLOEXEC handlingMike Frysinger2009-10-161-2/+0
| | | | | | | | 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> Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* Synch with trunk @ 24160Carmelo Amoroso2008-11-271-6/+2
| | | | | | Step 14: miscellaneous merge for arch specific files in libc/sysdeps. Comments, cleanup, formatting, hidden_proto removal and others.
* Synch libc sparc specific with trunkCarmelo Amoroso2008-06-181-11/+27
|
* Merge from trunk."Steven J. Hill"2006-12-161-1/+3
|
* Big fricking merge from trunk, but an easy one."Steven J. Hill"2006-08-241-3/+35
|
* Merge from trunk."Steven J. Hill"2006-08-181-1/+7
|
* Merge from trunk."Steven J. Hill"2005-12-021-3/+13
|
* Octal to hexEric Andersen2002-10-091-1/+1
|
* Support O_STREAMINGEric Andersen2002-10-091-0/+1
|
* Sync up sparc headersEric Andersen2001-11-141-18/+70
|
* I just grabbed the bits dir from glibc 2.1.3 on a sparc boxEric Andersen2001-03-061-0/+145
to facilitate the sparc porting work being done by Mathew Bosworth. -Erik