summaryrefslogtreecommitdiffstats
path: root/include/unistd.h
Commit message (Collapse)AuthorAgeFilesLines
* Don't use __dead or __pure in user code. They were obfuscationsbde1996-09-141-4/+2
| | | | | | for gcc >= 2.5 and no-ops for gcc >= 2.6. Converted to use __dead2 or __pure2 where it wasn't already done, except in math.h where use of __pure was mostly wrong.
* Fixed new and old standards conformance bugs. The non-POSIX confstr() wasbde1996-07-171-3/+2
| | | | | | in the POSIX section for a log time. The non-POSIX getgrouplist() and setgroups() were recently added to the POSIX section although setgroups() was already in the non-POSIX section.
* General -Wall warning cleanup, part I.jkh1996-07-121-0/+2
| | | | Submitted-By: Kent Vander Velden <graphix@iastate.edu>
* Add prototype for rfork().peter1996-02-231-0/+1
|
* Reviewed by: julian and (hsu?)julian1996-01-221-0/+1
| | | | | | Submitted by: John Birrel(L?) changes for threadsafe operations
* Make the argument list for the (non-Posix) fchown() consistent withjoerg1995-02-161-1/+1
| | | | | | Posix chown(), and also with the man page. Submitted by: Doug Rabson <dfr@render.com>
* Declare [gs]etdomainname().wollman1994-09-181-0/+2
|
* Declare functions that don't return as having attribute __dead2.bde1994-09-081-1/+1
|
* BSD 4.4 Lite Include Sourcesrgrimes1994-05-241-0/+175
OpenPOWER on IntegriCloud