mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-08 03:45:24 +00:00
libc: add HM_REALMEM sysctl
Used by Mesa in the Gallium etnaviv driver. issue #4254
This commit is contained in:
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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user