OSDN Git Service

Move the dirent stuff. I suppose it is system dependant, but then
authorEric Andersen <andersen@codepoet.org>
Mon, 19 Mar 2001 22:49:36 +0000 (22:49 -0000)
committerEric Andersen <andersen@codepoet.org>
Mon, 19 Mar 2001 22:49:36 +0000 (22:49 -0000)
commit8bdc62b0890760ebe6ddd70f2841b5136fbf7cb0
tree4c1d6888d0bc4b3e1ce914faccd5063c77b41a1d
parent025490cb327377cf26993dfd839fcd0c81f5ce7e
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
libc/misc/Makefile
libc/misc/dirent/Makefile [new file with mode: 0644]
libc/misc/dirent/closedir.c [new file with mode: 0644]
libc/misc/dirent/dirfd.c [new file with mode: 0644]
libc/misc/dirent/dirstream.h [new file with mode: 0644]
libc/misc/dirent/opendir.c [new file with mode: 0644]
libc/misc/dirent/readdir.c [new file with mode: 0644]
libc/misc/dirent/rewinddir.c [new file with mode: 0644]
libc/misc/dirent/seekdir.c [new file with mode: 0644]
libc/misc/dirent/telldir.c [new file with mode: 0644]
libc/sysdeps/linux/common/Makefile