]> xenbits.xensource.com Git - unikraft/libs/newlib.git/commit
Remove umask, fchown, lchown, rename
authorSimon Kuenzer <simon.kuenzer@neclab.eu>
Wed, 18 Sep 2019 12:23:46 +0000 (14:23 +0200)
committerFelipe Huici <felipe.huici@neclab.eu>
Wed, 18 Sep 2019 13:38:48 +0000 (15:38 +0200)
commit36b472d0388515e02ad8c37217d774690d3eda96
tree99bc6392bbf72e2ddc0582e636b11d86c648e66e
parent6017b3eb65362447ca15d52775c182dad209cdef
Remove umask, fchown, lchown, rename

Removes the stubs `umask`, `fchown`, and `lchown` from the the glue
code, since these functions are now provided by libvfscore.  Further,
libfscore now provides an implementation of `rename`; as a result, we
no longer build newlibc's version of it.

Signed-off-by: Simon Kuenzer <simon.kuenzer@neclab.eu>
Reviewed-by: Felipe Huici <felipe.huici@neclab.eu>
Makefile.uk
file.c