summaryrefslogtreecommitdiffstats
path: root/include/monetary.h
Commit message (Collapse)AuthorAgeFilesLines
* Correctly expose xlocale functions if people include the headers in the wrongtheraven2012-03-281-0/+3
| | | | | | order (as some ports apparently do). Approved by: dim (mentor)
* Fix an error which prevented ssize_t from becoming defined. Addmike2002-09-201-3/+3
| | | | restrict type-qualifier.
* o Merge <machine/ansi.h> and <machine/types.h> into a new headermike2002-08-211-7/+7
| | | | | | | | | | | | | | | | | | | | | called <machine/_types.h>. o <machine/ansi.h> will continue to live so it can define MD clock macros, which are only MD because of gratuitous differences between architectures. o Change all headers to make use of this. This mainly involves changing: #ifdef _BSD_FOO_T_ typedef _BSD_FOO_T_ foo_t; #undef _BSD_FOO_T_ #endif to: #ifndef _FOO_T_DECLARED typedef __foo_t foo_t; #define _FOO_T_DECLARED #endif Concept by: bde Reviewed by: jake, obrien
* * style(9)'ifyphantom2001-12-121-3/+3
| | | | | | * add K&R support to langinfo.h Requested by: bde (2)
* Add my e-mail to copyrightsphantom2001-12-111-1/+1
|
* Fixed some style bugs.bde2001-10-041-4/+4
|
* Fixed namespace pollution:bde2001-10-041-3/+12
| | | | | | - only declare the application symbols specified in Posix.1-200x drafts, not everything in <sys/types.h> and <stddef.h>. - don't use the application symbol 'm' for an arg name.
* add monetary.h as per POSIX requirementphantom2001-09-051-0/+40
OpenPOWER on IntegriCloud