Home
last modified time | relevance | path

Searched hist:"67 c54240cd8e29dd6ec2d1c2e5ba061d6e4b1103" (Results 1 – 1 of 1) sorted by relevance

/freebsd/include/
H A Dstdlib.hdiff 67c54240cd8e29dd6ec2d1c2e5ba061d6e4b1103 Sun Apr 16 01:48:16 CEST 1995 Bruce Evans <bde@FreeBSD.org> 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.
diff 67c54240cd8e29dd6ec2d1c2e5ba061d6e4b1103 Sun Apr 16 01:48:16 CEST 1995 Bruce Evans <bde@FreeBSD.org> 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.