diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-01-16 10:06:27 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-01-16 10:06:27 +0000 |
commit | 705ce36d85df6a6ab0f881a89797a5a88bd0422a (patch) | |
tree | a892a8176b72693e5e84f66ca93fcb3ed041f94c /libc/sysdeps/linux/common/Makefile | |
parent | 31c580aa61615bcea5625ae884db7ad965bb1829 (diff) |
Added common handling of errno.
Diffstat (limited to 'libc/sysdeps/linux/common/Makefile')
-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 3a66e4c2e..46fd22008 100644 --- a/libc/sysdeps/linux/common/Makefile +++ b/libc/sysdeps/linux/common/Makefile @@ -28,7 +28,7 @@ LIBC=$(TOPDIR)libc.a CSRC =closedir.c dirfd.c getdents.c getdnnm.c gethstnm.c getpagesize.c \ isatty.c kernel_version.c mkfifo.c opendir.c readdir.c rewinddir.c \ seekdir.c setegid.c seteuid.c setpgrp.c statfix.c tell.c telldir.c \ - wait.c wait3.c _xmknod.c libc_init.c tcgetatr.c + wait.c wait3.c _xmknod.c libc_init.c errno.c COBJS=$(patsubst %.c,%.o, $(CSRC)) NISRC= _fxstat.c _lxstat.c _xstat.c |