summaryrefslogtreecommitdiffstats
path: root/api_examples/libgenwrap.c
diff options
context:
space:
mode:
Diffstat (limited to 'api_examples/libgenwrap.c')
-rw-r--r--api_examples/libgenwrap.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/api_examples/libgenwrap.c b/api_examples/libgenwrap.c
index df62633ca7..2b62badfb8 100644
--- a/api_examples/libgenwrap.c
+++ b/api_examples/libgenwrap.c
@@ -84,7 +84,12 @@ void do_reset (void)
ub_reset();
}
-void *malloc(size_t len)
+void *malloc (size_t len)
{
return NULL;
}
+
+void hang (void)
+{
+ while (1) ;
+}
OpenPOWER on IntegriCloud