summaryrefslogtreecommitdiff
path: root/lib/libc/sys/mquery.c
AgeCommit message (Expand)Author
2015-09-11Use PROTO_NORMAL() on __syscall to go direct, adjusting the declarationPhilip Guenther
2011-10-16Make consistent the syscall stubs for the syscalls that got specialPhilip Guenthe
2005-04-06Make __syscall prototypes more consistent. Use register_t as theTodd C. Miller
2004-07-15add minimal __syscall() proto for lintTheo de Raadt
2003-04-28Change mquery() function call signature to be the same a mmap(). ItDale Rahn
2003-04-25backout mquery change, something broke when not combined with a different diff.Dale Rahn
2003-04-25change mquery() function call signature to be the same a mmap(). ItDale Rahn
2003-04-14There are two related changes.Artur Grabowski