diff options
author | Manuel Novoa III <mjn3@codepoet.org> | 2001-02-19 10:28:38 +0000 |
---|---|---|
committer | Manuel Novoa III <mjn3@codepoet.org> | 2001-02-19 10:28:38 +0000 |
commit | d959f3d79c28fe6cf1ab2ed63e60cb1152130c55 (patch) | |
tree | a01e36974dd0354ceca46623214164a68f85094d | |
parent | 3c7294693b65d69dee3ddcd57383967eda1ee07a (diff) |
Remove redundant old isatty.c since newer termios supplies one.
-rw-r--r-- | libc/sysdeps/linux/common/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/common/Makefile b/libc/sysdeps/linux/common/Makefile index edaf5f895..85949988f 100644 --- a/libc/sysdeps/linux/common/Makefile +++ b/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)) |