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-06-21 01:38:55 +0400
committerJeff Johnston <jjohnstn@redhat.com>2007-06-21 01:38:55 +0400
commit2751142e3c27114dcf7b3350f7741b76a7113e2e (patch)
tree0745a174b08f4dc36de0b4bfb147da23027b5e7b /libgloss/spu/Makefile.in
parentf75c75183f83ea143e9ce10b34d22ab06e401032 (diff)
2007-06-20 Patrick Mansfield <patmans@us.ibm.com>
* spu/jsre.h: Add JSRE_GETCWD. * spu/getcwd.c: New file, implement getcwd with help from an assist call. * spu/Makefile.in: Add getcwd.
Diffstat (limited to 'libgloss/spu/Makefile.in')
-rw-r--r--libgloss/spu/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgloss/spu/Makefile.in b/libgloss/spu/Makefile.in
index 49916cd68..3da5a2383 100644
--- a/libgloss/spu/Makefile.in
+++ b/libgloss/spu/Makefile.in
@@ -56,7 +56,7 @@ OBJCOPY = `t='$(program_transform_name)'; echo objcopy | sed -e $$t`
# object files needed
OBJS = \
access.o chdir.o chmod.o chown.o close.o dup.o exit.o fchdir.o \
- fchmod.o fchown.o fstat.o ftruncate.o getpagesize.o getpid.o \
+ fchmod.o fchown.o fstat.o ftruncate.o getcwd.o getpagesize.o getpid.o \
gettimeofday.o isatty.o kill.o lchown.o lseek.o mkdir.o \
mknod.o nanosleep.o open.o read.o rmdir.o sbrk.o stat.o syscalls.o \
unlink.o write.o