musl/include
Szabolcs Nagy 11ac2a6e81 add new prctl command PR_SET_MM_MAP to sys/prctl.h
PR_SET_MM_MAP was introduced as a subcommand for PR_SET_MM in
linux v3.18 commit f606b77f1a9e362451aca8f81d8f36a3a112139e

the associated struct type is replicated in sys/prctl.h using
libc types.

example usage:

 struct prctl_mm_map *p;
 ...
 prctl(PR_SET_MM, PR_SET_MM_MAP, p, sizeof *p);

the kernel side supported struct size may be queried with
the PR_SET_MM_MAP_SIZE subcommand.
2014-12-23 01:46:22 -05:00
..
2014-06-21 19:24:15 -04:00
2013-11-29 12:45:09 -05:00
2014-08-13 16:55:56 +02:00
2014-07-31 02:38:23 -04:00
2014-12-20 20:13:27 -05:00
2014-01-08 19:36:29 -05:00