mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01: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) {
|
||||
case CTL_HW: switch(index_b) {
|
||||
|
||||
case HW_REALMEM:
|
||||
case HW_PHYSMEM:
|
||||
case HW_USERMEM:
|
||||
switch (*oldlenp) {
|
||||
|
||||
Reference in New Issue
Block a user