about summary refs log tree commit diff
path: root/include/fcntl.h
Commit message (Collapse)AuthorAgeFilesLines
* move F_DUPFD_CLOEXEC out of bitsRich Felker2012-04-151-0/+2
| | | | | | fcntl values 1024 and up are universal, arch-independent. later I'll add some of the other linux-specific ones for notify, leases, pipe size, etc. here too.
* fix O_SYNC definition, cleanup fcntl.hRich Felker2011-04-141-0/+8
|
* fcntl.h: move macros that do not vary between archs out of bitsRich Felker2011-04-141-0/+24
|
* fcntl.h should make availabel the mode constants from sys/stat.hRich Felker2011-03-081-0/+18
| | | | also remove some legacy nonsense that crept in.
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+43