浏览代码

Remove redundant old isatty.c since newer termios supplies one.

Manuel Novoa III 25 年之前
父节点
当前提交
d959f3d79c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      libc/sysdeps/linux/common/Makefile

+ 1 - 1
libc/sysdeps/linux/common/Makefile

@@ -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))