Searched hist:7865 (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/include/
H A Dstdlib.hdiff 7865 Sat Apr 15 21:48:16 MDT 1995 bde Don't declare rune_t, putenv() or setenv() if _POSIX_SOURCE is declared.
Previously they were only guarded by `#ifndef _ANSI_SOURCE'. They are
neither ANSI nor POSIX nor std and should never have been declared here.

Declare functions like abs() as having attribute `__pure2'. Declaring them
as having type `__pure' has been a no-op for some time.

Delete obsolete comment about stub locale functions.

Use consistent formatting for the rand48 functions. These and about 30
other functions should never have been declared here either.

Completed in 60 milliseconds