mirror of
https://gitlab.com/sortix/sortix.git
synced 2023-02-13 20:55:38 -05:00
Move dlfcn.h functions into their own directory.
This commit is contained in:
parent
575e536442
commit
29fc8bf8c8
2 changed files with 2 additions and 2 deletions
|
@ -173,7 +173,7 @@ $(CPUDIR)/signal.o \
|
||||||
$(CPUDIR)/syscall.o \
|
$(CPUDIR)/syscall.o \
|
||||||
dirent/fddir-sortix.o \
|
dirent/fddir-sortix.o \
|
||||||
dirent/scandir.o \
|
dirent/scandir.o \
|
||||||
dlfcn.o \
|
dlfcn/dlfcn.o \
|
||||||
error/errorprint.o \
|
error/errorprint.o \
|
||||||
fcloseall.o \
|
fcloseall.o \
|
||||||
fcntl/creat.o \
|
fcntl/creat.o \
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
You should have received a copy of the GNU Lesser General Public License
|
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/>.
|
along with the Sortix C Library. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
dlfcn.cpp
|
dlfcn/dlfcn.cpp
|
||||||
Dynamic linking.
|
Dynamic linking.
|
||||||
|
|
||||||
*******************************************************************************/
|
*******************************************************************************/
|
Loading…
Add table
Reference in a new issue