Move dlfcn.h functions into their own directory.

This commit is contained in:
Jonas 'Sortie' Termansen 2013-06-25 13:33:21 +02:00
parent 575e536442
commit 29fc8bf8c8
2 changed files with 2 additions and 2 deletions

View File

@ -173,7 +173,7 @@ $(CPUDIR)/signal.o \
$(CPUDIR)/syscall.o \
dirent/fddir-sortix.o \
dirent/scandir.o \
dlfcn.o \
dlfcn/dlfcn.o \
error/errorprint.o \
fcloseall.o \
fcntl/creat.o \

View File

@ -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/>.
dlfcn.cpp
dlfcn/dlfcn.cpp
Dynamic linking.
*******************************************************************************/