OSDN Git Service

Remove redundant old isatty.c since newer termios supplies one.
authorManuel Novoa III <mjn3@codepoet.org>
Mon, 19 Feb 2001 10:28:38 +0000 (10:28 -0000)
committerManuel Novoa III <mjn3@codepoet.org>
Mon, 19 Feb 2001 10:28:38 +0000 (10:28 -0000)
libc/sysdeps/linux/common/Makefile

index edaf5f8..8594998 100644 (file)
@@ -28,7 +28,7 @@ LIBC=$(TOPDIR)libc.a
 CSRC=  _xmknod.c waitpid.c getdents.c kernel_version.c rewinddir.c \
        statfix.c getdnnm.c seekdir.c telldir.c tell.c gethstnm.c \
        mkfifo.c setegid.c wait.c errno.c closedir.c getpagesize.c \
-       opendir.c seteuid.c wait3.c dirfd.c isatty.c readdir.c setpgrp.c \
+       opendir.c seteuid.c wait3.c dirfd.c readdir.c setpgrp.c \
        getdtablesize.c
 
 COBJS=$(patsubst %.c,%.o, $(CSRC))