summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include/_stdint.h
Commit message (Collapse)AuthorAgeFilesLines
* Cosmetic and/or trivial sync up with i386.peter2003-11-211-1/+1
| | | | Approved by: re (rwatson)
* Create a new header <machine/_stdint.h> for storing MD parts ofmike2002-07-291-0/+171
<stdint.h>. Previously, parts were defined in <machine/ansi.h> and <machine/limits.h>. This resulted in two problems: (1) Defining macros in <machine/ansi.h> gets in the way of that header only defining types. (2) Defining C99 limits in <machine/limits.h> adds pollution to <limits.h>.
OpenPOWER on IntegriCloud