mirror of
https://gitlab.com/sortix/sortix.git
synced 2023-02-13 20:55:38 -05:00
Move dirent.h functions into their own directory.
This commit is contained in:
parent
2e64286ae5
commit
edb2682f55
4 changed files with 4 additions and 4 deletions
|
@ -29,7 +29,7 @@ calloc.o \
|
|||
clearerr.o \
|
||||
c++.o \
|
||||
ctype.o \
|
||||
dir.o \
|
||||
dirent/dir.o \
|
||||
div.o \
|
||||
errno.o \
|
||||
fabs.o \
|
||||
|
@ -181,6 +181,7 @@ $(CPUDIR)/setjmp.o \
|
|||
$(CPUDIR)/signal.o \
|
||||
$(CPUDIR)/syscall.o \
|
||||
creat.o \
|
||||
dirent/fddir-sortix.o \
|
||||
dirname.o \
|
||||
dispmsg_issue.o \
|
||||
dlfcn.o \
|
||||
|
@ -209,7 +210,6 @@ fchrootat.o \
|
|||
fchroot.o \
|
||||
fcloseall.o \
|
||||
fcntl.o \
|
||||
fddir-sortix.o \
|
||||
fdio.o \
|
||||
fgetpos.o \
|
||||
fileno.o \
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
You should have received a copy of the GNU Lesser General Public License
|
||||
along with the Sortix C Library. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
dir.c
|
||||
dirent/dir.c
|
||||
DIR* is an interface allowing various directory backends.
|
||||
|
||||
*******************************************************************************/
|
|
@ -17,7 +17,7 @@
|
|||
You should have received a copy of the GNU Lesser General Public License
|
||||
along with the Sortix C Library. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
fddir-sortix.c
|
||||
dirent/fddir-sortix.c
|
||||
Handles the file descriptor backend for the DIR* API on Sortix.
|
||||
|
||||
*******************************************************************************/
|
0
libc/sortix/dirent/.gitignore
vendored
Normal file
0
libc/sortix/dirent/.gitignore
vendored
Normal file
Loading…
Add table
Reference in a new issue