aboutsummaryrefslogtreecommitdiffstats
path: root/include/unistd.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* __noreturn shall be at the beginning of the prototypesMattias Andrée2015-10-131-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* simplified feature-test macrosMattias Andrée2015-10-121-5/+5
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add fexec functionsMattias Andrée2015-10-111-0/+91
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add execat functionsMattias Andrée2015-10-111-4/+311
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* m doc: exec will use . and default PATH if PATH is not setMattias Andrée2015-10-111-4/+12
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add exec functionsMattias Andrée2015-10-111-0/+186
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add some integer typesMattias Andrée2015-09-031-5/+5
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* miscMattias Andrée2015-09-021-0/+9
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add intptr_t, useconds_t, NULL and STD*_FILENO to unistd.hMattias Andrée2015-09-021-0/+29
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* fix more errorsMattias Andrée2015-09-021-0/+6
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add _LIBRARY_HEADERMattias Andrée2015-08-311-2/+0
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add prototypes for brk and sbrkMattias Andrée2015-08-301-0/+105
Signed-off-by: Mattias Andrée <maandree@operamail.com>