mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-23 09:15:36 +00:00
libc: add HM_REALMEM sysctl
Used by Mesa in the Gallium etnaviv driver. issue #4254
This commit is contained in:
committed by
Christian Helmuth
parent
fb4d357b59
commit
ac9e0947fd
@ -87,6 +87,7 @@ extern "C" int __sysctl(const int *name, u_int namelen,
|
|||||||
switch(index_a) {
|
switch(index_a) {
|
||||||
case CTL_HW: switch(index_b) {
|
case CTL_HW: switch(index_b) {
|
||||||
|
|
||||||
|
case HW_REALMEM:
|
||||||
case HW_PHYSMEM:
|
case HW_PHYSMEM:
|
||||||
case HW_USERMEM:
|
case HW_USERMEM:
|
||||||
switch (*oldlenp) {
|
switch (*oldlenp) {
|
||||||
|
Reference in New Issue
Block a user