diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-01-16 19:14:23 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-01-16 19:14:23 +0000 |
commit | b8e0118b10424c890598953f877a53a44ff6f9d7 (patch) | |
tree | 81a354934cc788b459d22b809d32586abe62021c /libc/sysdeps/linux/common/Makefile | |
parent | 31e36a1498a8edcc3db48dc4c5a5f8e7cae276ec (diff) |
A little update to wait* and a minor syscall cleanup.
Diffstat (limited to 'libc/sysdeps/linux/common/Makefile')
-rw-r--r-- | libc/sysdeps/linux/common/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libc/sysdeps/linux/common/Makefile b/libc/sysdeps/linux/common/Makefile index 46fd22008..0d066bc8c 100644 --- a/libc/sysdeps/linux/common/Makefile +++ b/libc/sysdeps/linux/common/Makefile @@ -25,10 +25,10 @@ TOPDIR=../../../ include $(TOPDIR)Rules.mak 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 errno.c +CSRC= _xmknod.c waitpid.c getdents.c kernel_version.c rewinddir.c statfix.c \ + getdnnm.c libc_init.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 COBJS=$(patsubst %.c,%.o, $(CSRC)) NISRC= _fxstat.c _lxstat.c _xstat.c |