]> xenbits.xensource.com Git - unikraft/libs/newlib.git/commit
Makefile.uk: Include unix basename and dirname
authorAlexander Jung <a.jung@lancs.ac.uk>
Tue, 11 Aug 2020 16:27:23 +0000 (18:27 +0200)
committerSimon Kuenzer <simon.kuenzer@neclab.eu>
Mon, 21 Dec 2020 10:26:27 +0000 (11:26 +0100)
commit318e8c49d0d9c9318f610657af9e098139cd8343
tree17307cbbd1bbc84f9950b3dd597bb7d57718ed81
parent789c0617d0df173283181e479b6dd1f015308e01
Makefile.uk: Include unix basename and dirname

This commit adds basename() and dirname() into the newlib build
for Unikraft.  Both functions have only dependencies to <string.h>
making them easily compatible.

Signed-off-by: Alexander Jung <alexander.jung@neclab.eu>
Reviewed-by: Razvan Virtan <virtanrazvan@gmail.com>
Makefile.uk