Browse Source

Remove v850-specific versions of truncate64.c and ftruncate64.c.

Miles Bader 22 years ago
parent
commit
17c0e72289
1 changed files with 1 additions and 1 deletions
  1. 1 1
      libc/sysdeps/linux/v850/Makefile

+ 1 - 1
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)