diff options
author | Miles Bader <miles@lsi.nec.co.jp> | 2002-04-10 06:16:08 +0000 |
---|---|---|
committer | Miles Bader <miles@lsi.nec.co.jp> | 2002-04-10 06:16:08 +0000 |
commit | 17c0e72289c2f3703405eba3392861077dae8030 (patch) | |
tree | fbbff78909384ffc58ccac8dc318f980e6b98b6d /libc | |
parent | 1d0c13b9987ef62017ef1745d1f27fe973722754 (diff) |
Remove v850-specific versions of truncate64.c and ftruncate64.c.
Diffstat (limited to 'libc')
-rw-r--r-- | libc/sysdeps/linux/v850/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/v850/Makefile b/libc/sysdeps/linux/v850/Makefile index 8ef679b92..2b267ba58 100644 --- a/libc/sysdeps/linux/v850/Makefile +++ b/libc/sysdeps/linux/v850/Makefile @@ -36,7 +36,7 @@ CRT0_OBJ = $(patsubst %.S,%.o, $(CRT0)) SSRC = setjmp.S longjmp.S vfork.S SOBJS = $(patsubst %.S,%.o, $(SSRC)) -CSRC = _mmap.c truncate64.c ftruncate64.c +CSRC = _mmap.c COBJS = $(patsubst %.c,%.o, $(CSRC)) OBJS = $(SOBJS) $(COBJS) |