2007-06-13 Patrick Mansfield <patmans@us.ibm.com>

* spu/Makefile.in: Add nanosleep.c.
        * spu/jsre.h: Add JSRE_NANOSLEEP.
        * spu/nanosleep.c: New file, supply nanosleep via an assist call.
This commit is contained in:
Jeff Johnston
2007-06-13 17:40:27 +00:00
parent b338158ee6
commit 8905d0dcfd
4 changed files with 61 additions and 2 deletions

View File

@ -1,5 +1,5 @@
/*
(C) Copyright IBM Corp. 2005, 2006
(C) Copyright IBM Corp. 2005, 2006, 2007
All rights reserved.
@ -49,6 +49,7 @@ Author: Andreas Neukoetter (ti95neuk@de.ibm.com)
#define JSRE_FTRUNCATE 28
#define JSRE_ACCESS 29
#define JSRE_DUP 30
#define JSRE_NANOSLEEP 32
typedef struct {
unsigned int dev;