aboutsummaryrefslogtreecommitdiffstats
path: root/include/bits/types.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* wint_t and wchar_t are not portable, additionally they are not guaranteed to be defined as expected and thus should not be usedMattias Andrée2015-08-311-8/+13
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* wchar_t and wint_t not safe for marshallingMattias Andrée2015-08-311-0/+10
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* typoMattias Andrée2015-08-311-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* m + add stdintMattias Andrée2015-08-291-0/+154
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add stddef.hMattias Andrée2015-08-281-0/+92
Signed-off-by: Mattias Andrée <maandree@operamail.com>