summaryrefslogtreecommitdiffstats
path: root/sys/arch/arm/include/limits.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove SIZE_MAX from limits.h. It was added years ago before wemillert2015-04-301-4/+1
| | | | had a proper stdint.h. No ports fallout. OK guenther@ miod@
* We uniformly define size_t to be unsigned long and ssize_t to be long. Makekettenis2013-08-071-4/+4
| | | | | | | sure that SIZE_MAX and SSIZE_MAX are defined as constants with a matching type on all are architectures. ok millert@, matthew@
* Normalize sentinel. Use _MACHINE_*_H_ and _<ARCH>_*_H_ properly and consitently.pirofti2011-03-231-4/+4
| | | | Discussed and okay drahn@. Okay deraadt@.
* Move MB_LEN_MAX into the machine-independent sys/limits.h header,guenther2009-11-271-3/+1
| | | | | | | | | rather than defining it separately for each architecture. Also set it to 4, to accommodate for future UTF-8 support (rfc3629). Diff by stsp, committing to catch the libc major bump ok kettenis@, guenther@
* Don't redefine SIZE_MAXmillert2006-01-061-1/+3
|
* convert _FOO_SOURCE -> __FOO_VISIBLE in machine. OK deraadt@millert2005-12-141-6/+8
|
* Arm port, NetBSD codebase stripped down, 32bit only support.drahn2004-02-011-0/+54