summaryrefslogtreecommitdiffstats
path: root/src/runtime
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime')
-rw-r--r--src/runtime/rt_stdlib.C8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/runtime/rt_stdlib.C b/src/runtime/rt_stdlib.C
index ba1bc347a..7735cd230 100644
--- a/src/runtime/rt_stdlib.C
+++ b/src/runtime/rt_stdlib.C
@@ -5,7 +5,7 @@
/* */
/* IBM CONFIDENTIAL */
/* */
-/* COPYRIGHT International Business Machines Corp. 2013 */
+/* COPYRIGHT International Business Machines Corp. 2013,2014 */
/* */
/* p1 */
/* */
@@ -23,7 +23,6 @@
#include <stdlib.h>
#include <runtime/interface.h>
#include <string.h>
-#include <sys/time.h>
void* malloc(size_t s)
{
@@ -55,8 +54,3 @@ void* calloc(size_t num, size_t size)
return mem;
}
-
-void nanosleep( uint64_t sec, uint64_t nsec )
-{
- g_hostInterfaces->sleep(sec,nsec);
-}
OpenPOWER on IntegriCloud