summaryrefslogtreecommitdiffstats
path: root/sys/arch/sh/include/limits.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove SIZE_MAX from limits.h. It was added years ago before wemillert2015-04-301-4/+1
* We uniformly define size_t to be unsigned long and ssize_t to be long. Makekettenis2013-08-071-4/+4
* Move MB_LEN_MAX into the machine-independent sys/limits.h header,guenther2009-11-271-3/+1
* Preliminary bits for SuperH-based ports, based on NetBSD/sh3 codebase withmiod2006-10-061-0/+57