mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-07 19:34:56 +00:00
libports: fix warning in x86emu
This commit is contained in:
parent
8132a16137
commit
3c686fc9c6
@ -24,4 +24,6 @@ typedef genode_uint64_t uint64_t;
|
||||
|
||||
int abs(int j);
|
||||
|
||||
#ifndef NULL
|
||||
#define NULL (void*)0
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user