Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2007-09-22 01:06:58 +0400
committerJeff Johnston <jjohnstn@redhat.com>2007-09-22 01:06:58 +0400
commite234ad1828122c67e2cb0c58b84704cb6172a319 (patch)
tree07a82a39651f24f78db510c767f82290877e1600 /libgloss/spu/Makefile.in
parent2f3d28fca2edfab7ff14b1ba2e34f1e12884b057 (diff)
2007-09-21 Patrick Mansfield <patmans@us.ibm.com>
* spu/jsre.h: Add JSRE_SCHED_YIELD, JSRE_UMASK, JSRE_UTIME, and JSRE_UTIMES. * spu/sched_yield.c: New file add sched_yield via assist call. * spu/umask.c: New file add umask via assist call. * spu/utime.c: New file add utime via assist call. * spu/utimes.c: New file add utimes via assist call. * spu/Makefile.in: Add new files.
Diffstat (limited to 'libgloss/spu/Makefile.in')
-rw-r--r--libgloss/spu/Makefile.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/libgloss/spu/Makefile.in b/libgloss/spu/Makefile.in
index 335339519..b1f564035 100644
--- a/libgloss/spu/Makefile.in
+++ b/libgloss/spu/Makefile.in
@@ -60,8 +60,9 @@ OBJS = \
fsync.o ftruncate.o getcwd.o getpagesize.o getpid.o \
gettimeofday.o isatty.o kill.o lchown.o link.o lockf.o lseek.o \
lstat.o mkdir.o mknod.o mkstemp.o mktemp.o nanosleep.o open.o \
- read.o readlink.o rmdir.o sbrk.o shm_open.o shm_unlink.o stat.o \
- symlink.o sync.o syscalls.o truncate.o unlink.o write.o
+ read.o readlink.o rmdir.o sbrk.o sched_yield.o shm_open.o \
+ shm_unlink.o stat.o symlink.o sync.o syscalls.o truncate.o umask.o \
+ unlink.o utime.o utimes.o write.o
# Object files specific to particular targets.
EVALOBJS = ${OBJS}