diff options
author | David McCullough <davidm@snapgear.com> | 2001-08-06 12:46:12 +0000 |
---|---|---|
committer | David McCullough <davidm@snapgear.com> | 2001-08-06 12:46:12 +0000 |
commit | 6996c5c48239852d4bd398c8ee98fa1d5602cc7c (patch) | |
tree | d5f2b9699fdd9f5afa7adc9b56e95ec33900969d /libc/sysdeps/linux/sh/Makefile | |
parent | 7b013e6b12c7b3e750078e1b43e1312e420ee13d (diff) |
Fixup the pipe system call for the SH target.
The FD's are returned in registers.
Diffstat (limited to 'libc/sysdeps/linux/sh/Makefile')
-rw-r--r-- | libc/sysdeps/linux/sh/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/sh/Makefile b/libc/sysdeps/linux/sh/Makefile index f24856ade..4f76b49a5 100644 --- a/libc/sysdeps/linux/sh/Makefile +++ b/libc/sysdeps/linux/sh/Makefile @@ -35,7 +35,7 @@ CRT0_OBJ=$(patsubst %.S,%.o, $(CRT0)) SSRC=setjmp.S bsd-setjmp.S bsd-_setjmp.S __longjmp.S vfork.S SOBJS=$(patsubst %.S,%.o, $(SSRC)) -CSRC=_mmap.c longjmp.c +CSRC=_mmap.c longjmp.c pipe.c COBJS=$(patsubst %.c,%.o, $(CSRC)) OBJS=$(SOBJS) $(MOBJ) $(COBJS) |