From 5b7f7988afbc2940d82f7f3cc7a57ae24a175d79 Mon Sep 17 00:00:00 2001 From: David Schleef Date: Fri, 25 May 2001 23:23:41 +0000 Subject: Added powerpc-specific mmap syscall, 'cause we're special. --- libc/sysdeps/linux/powerpc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/sysdeps/linux/powerpc/Makefile') diff --git a/libc/sysdeps/linux/powerpc/Makefile b/libc/sysdeps/linux/powerpc/Makefile index b34b6c27a..09caa560e 100644 --- a/libc/sysdeps/linux/powerpc/Makefile +++ b/libc/sysdeps/linux/powerpc/Makefile @@ -39,7 +39,7 @@ endif SSRC=longjmp.S setjmp.S vfork.S SOBJS=$(patsubst %.S,%.o, $(SSRC)) -CSRC= +CSRC=_mmap.c COBJS=$(patsubst %.c,%.o, $(CSRC)) OBJS=$(SOBJS) $(MOBJ) $(COBJS) -- cgit v1.2.3