summaryrefslogtreecommitdiffstats
path: root/src/runtime
diff options
context:
space:
mode:
authorPatrick Williams <iawillia@us.ibm.com>2014-01-21 17:40:48 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2014-02-11 15:30:19 -0600
commit18bdf83d7705bd3c519b195ce095e39181214435 (patch)
tree5fac3905de3c887a375766446fc3935376516ed8 /src/runtime
parenta8796c565730ff18859ee037ae517afbfabd0d34 (diff)
downloadtalos-hostboot-18bdf83d7705bd3c519b195ce095e39181214435.tar.gz
talos-hostboot-18bdf83d7705bd3c519b195ce095e39181214435.zip
HBRT: Defer indirect scoms to Sapphire.
Change-Id: I252016d0bfe3fea15deba5968d0d8a6ff044cb22 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/8213 Tested-by: Jenkins Server Reviewed-by: Douglas R. Gilbert <dgilbert@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
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