mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01:00
committed by
Norman Feske
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; }
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user