summaryrefslogtreecommitdiffstats
path: root/src/include/new
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/new')
-rwxr-xr-xsrc/include/new9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/include/new b/src/include/new
new file mode 100755
index 000000000..3496d75ee
--- /dev/null
+++ b/src/include/new
@@ -0,0 +1,9 @@
+#ifndef __NEW_H
+#define __NEW_H
+
+#ifdef __cplusplus
+extern void *operator new(size_t, void*);
+extern void *operator new[](size_t, void*);
+#endif
+
+#endif
OpenPOWER on IntegriCloud