Date: Sat, 15 Apr 1995 16:48:17 -0700 From: Bruce Evans <bde> To: CVS-commiters, cvs-include Subject: cvs commit: src/include stdlib.h Message-ID: <199504152348.QAA08065@freefall.cdrom.com>
next in thread | raw e-mail | index | archive | help
bde 95/04/15 16:48:17 Modified: include stdlib.h Log: 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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199504152348.QAA08065>