mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-20 17:52:52 +00:00
parent
edb08770dc
commit
b2e11f1e9e
@ -15,4 +15,7 @@
|
||||
#define get_user(x, ptr) ({ (x) = *(ptr); 0; })
|
||||
#define put_user(x, ptr) ({ *(ptr) = (x); 0; })
|
||||
|
||||
#undef __put_user
|
||||
#define __put_user(x, ptr) ({ *(ptr) = (x); 0; })
|
||||
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user