mirror of
https://gitlab.com/sortix/sortix.git
synced 2023-02-13 20:55:38 -05:00
Add dirname and basename to libk.
This commit is contained in:
parent
15ef078e9f
commit
443b4797bb
1 changed files with 2 additions and 2 deletions
|
@ -47,6 +47,8 @@ inttypes/strtoimax.o \
|
|||
inttypes/strtoumax.o \
|
||||
inttypes/wcstoimax.o \
|
||||
inttypes/wcstoumax.o \
|
||||
libgen/basename.o \
|
||||
libgen/dirname.o \
|
||||
malloc/__heap_expand_current_part.o \
|
||||
malloc/heap_get_paranoia.o \
|
||||
malloc/heap_init.o \
|
||||
|
@ -371,8 +373,6 @@ ioleast/readall.o \
|
|||
ioleast/readleast.o \
|
||||
ioleast/writeall.o \
|
||||
ioleast/writeleast.o \
|
||||
libgen/basename.o \
|
||||
libgen/dirname.o \
|
||||
locale/localeconv.o \
|
||||
locale/setlocale.o \
|
||||
msr/rdmsr.o \
|
||||
|
|
Loading…
Reference in a new issue