| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
vsprintf, tempnam, mktemp, getwd.
|
|
|
|
|
|
issues of the XPG.
* Move setkey() prototype from <unistd.h> to this file. (XPG4)
* Move mkstemp(), mktemp(), ttyslot() and valloc() prototypes from <unistd.h>
to this file. (XPG4.2)
|
|
|
|
recently changed from int to long (lite-2 import), I saw no reason to delay
this `alignment'.)
|
|
|
|
merge (ints -> longs). The only platform on which this might have caused
a problem is the Alpha, and it happens to be safe because the first 6 arguments
are passed in registers on the Alpha (and are thus implicitly promoted to
longs anyhow).
|
|
|
|
|
|
|
|
|
|
|
|
Defined qdiv_t typedef.
Declared qdiv function.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
into !_ANSI_SOURCE && !_POSIX_SOURCE conditional.
Added extern for getopt's optopt variable.
|
|
Only include <sys/types.h> if !_POSIX_SOURCE.
|
|
|
|
|
|
|
|
|
|
|