Bruce Evans
eaa86f9d7f
Don't use __dead or __pure in user code. They were obfuscations
...
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.
1996-09-14 03:00:32 +00:00
Bruce Evans
a21dc21cee
Fixed new and old standards conformance bugs. The non-POSIX confstr() was
...
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.
1996-07-17 10:52:38 +00:00
Jordan K. Hubbard
7e5eded870
General -Wall warning cleanup, part I.
...
Submitted-By: Kent Vander Velden <graphix@iastate.edu>
1996-07-12 19:24:27 +00:00
Peter Wemm
34cc74ea41
Add prototype for rfork().
1996-02-23 19:45:46 +00:00
Julian Elischer
f70177e76e
Reviewed by: julian and (hsu?)
...
Submitted by: John Birrel(L?)
changes for threadsafe operations
1996-01-22 00:02:33 +00:00
Joerg Wunsch
99909befb6
Make the argument list for the (non-Posix) fchown() consistent with
...
Posix chown(), and also with the man page.
Submitted by: Doug Rabson <dfr@render.com>
1995-02-16 11:10:24 +00:00
Garrett Wollman
7d39692365
Declare [gs]etdomainname().
1994-09-18 21:09:10 +00:00
Bruce Evans
2868e9618b
Declare functions that don't return as having attribute __dead2.
1994-09-08 10:29:15 +00:00
Rodney W. Grimes
59deaec541
BSD 4.4 Lite Include Sources
1994-05-24 09:57:34 +00:00