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-20 21:24:05 +0400
committerJeff Johnston <jjohnstn@redhat.com>2007-06-20 21:24:05 +0400
commit874e5ac68b3ddabc6205ebeab1586ec502330c14 (patch)
treeb12917c2fed0b5638c7af5f45e50c02b1f9436cc /libgloss/spu/Makefile.in
parent9cc40d5d16a0a873594120a97445cd22d3bb66b9 (diff)
2007-06-20 Patrick Mansfield <patmans@us.ibm.com>
* spu/getpagesize.c: New file add getpagesize via an assist call. * spu/jsre.h: Add JSRE_GETPAGESIZE. * spu/Makefile.in: Add getpagesize.
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 4c2ffd58a..4a2ba50a7 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 = syscalls.o exit.o sbrk.o close.o fstat.o getpid.o isatty.o \
kill.o lseek.o nanosleep.o open.o read.o unlink.o write.o stat.o \
- ftruncate.o dup.o access.o gettimeofday.o
+ ftruncate.o dup.o access.o gettimeofday.o getpagesize.o
# Object files specific to particular targets.
EVALOBJS = ${OBJS}