diff options
| author | Eric Andersen <andersen@codepoet.org> | 2001-03-19 22:49:36 +0000 | 
|---|---|---|
| committer | Eric Andersen <andersen@codepoet.org> | 2001-03-19 22:49:36 +0000 | 
| commit | 8bdc62b0890760ebe6ddd70f2841b5136fbf7cb0 (patch) | |
| tree | 4c1d6888d0bc4b3e1ce914faccd5063c77b41a1d /libc/sysdeps/linux/common | |
| parent | 025490cb327377cf26993dfd839fcd0c81f5ce7e (diff) | |
| download | uClibc-alpine-8bdc62b0890760ebe6ddd70f2841b5136fbf7cb0.tar.bz2 uClibc-alpine-8bdc62b0890760ebe6ddd70f2841b5136fbf7cb0.tar.xz  | |
Move the dirent stuff.  I suppose it is system dependant, but then
it really should be grouped together too.  And it needed to be grouped
more then it needed to be in sysdeps/linux/common
Diffstat (limited to 'libc/sysdeps/linux/common')
| -rw-r--r-- | libc/sysdeps/linux/common/Makefile | 7 | 
1 files changed, 2 insertions, 5 deletions
diff --git a/libc/sysdeps/linux/common/Makefile b/libc/sysdeps/linux/common/Makefile index c54f7cd1d..8dae9d1d3 100644 --- a/libc/sysdeps/linux/common/Makefile +++ b/libc/sysdeps/linux/common/Makefile @@ -25,12 +25,9 @@ TOPDIR=../../../  include $(TOPDIR)Rules.mak  LIBC=$(TOPDIR)libc.a -CSRC=	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 readdir.c setpgrp.c \ +CSRC=	waitpid.c getdents.c kernel_version.c statfix.c getdnnm.c tell.c gethstnm.c \ +	mkfifo.c setegid.c wait.c errno.c getpagesize.c  seteuid.c wait3.c setpgrp.c \  	getdtablesize.c -  COBJS=$(patsubst %.c,%.o, $(CSRC))  MSRC=syscalls.c  | 
