mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-08 11:55:24 +00:00
parent
48f831af3c
commit
5f64411ad7
@ -28,6 +28,9 @@
|
||||
#ifndef _SINGLETON_H_
|
||||
#define _SINGLETON_H_
|
||||
|
||||
/* Genode includes */
|
||||
#include <base/stdint.h>
|
||||
|
||||
inline void *operator new(Genode::size_t, void *at) { return at; }
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user