OSDN Git Service

2007-06-13 Patrick Mansfield <patmans@us.ibm.com>
authorjjohnstn <jjohnstn>
Wed, 13 Jun 2007 17:44:24 +0000 (17:44 +0000)
committerjjohnstn <jjohnstn>
Wed, 13 Jun 2007 17:44:24 +0000 (17:44 +0000)
commit65799bb8903880862b8fd27a7ff1cafd2915a657
treea7f8f213b09addf4974f5b58950bcc6d8f41a3c3
parent211ca5eded59841694c1c93e1e4b0a054422dc90
2007-06-13  Patrick Mansfield  <patmans@us.ibm.com>

        * libc/include/sys/features.h: Define _POSIX_TIMERS for spu.
        * libc/include/sys/unistd.h: Change usleep prototype to Posix
        form and move outside of OS flag checks.
        * libc/machine/spu/Makefile.am: Add sleep and usleep.
        * libc/machine/spu/Makefile.in: Regenerate.
        * libc/machine/spu/sleep.c: Copy libc/posix/sleep.c.
        * libc/machine/spu/usleep.c: Copy libc/posix/usleep.c.
newlib/ChangeLog
newlib/libc/include/sys/features.h
newlib/libc/include/sys/unistd.h
newlib/libc/machine/spu/Makefile.am
newlib/libc/machine/spu/Makefile.in
newlib/libc/machine/spu/sleep.c [new file with mode: 0644]
newlib/libc/machine/spu/usleep.c [new file with mode: 0644]