2009-04-03 Ken Werner <ken.werner@de.ibm.com>

* spu/Makefile.in: Add new files.
        * spu/times.c: New File.
        * spu/getitimer.c: Likewise.
        * spu/setitimer.c: Likewise.
This commit is contained in:
Jeff Johnston
2009-04-03 22:37:40 +00:00
parent 816c3d2968
commit d65c75640e
5 changed files with 145 additions and 2 deletions

View File

@@ -1,8 +1,15 @@
2009-04-03 Ken Werner <ken.werner@de.ibm.com>
* spu/Makefile.in: Add new files.
* spu/times.c: New File.
* spu/getitimer.c: Likewise.
* spu/setitimer.c: Likewise.
2009-04-03 Ken Werner <ken.werner@de.ibm.com>
* spu/Makefile.in: Add linux_getpid.o and linux_gettid.o.
* spu/linux_getpid.c: New file.
* spu/linux_getpid.c: New file.
* spu/linux_gettid.c: New file.
2009-04-03 Ken Werner <ken.werner@de.ibm.com>