]> xenbits.xensource.com Git - unikraft/libs/newlib.git/commit
file.c: delete utimes stub implementation
authorStefan Teodorescu <stefanl.teodorescu@gmail.com>
Thu, 28 Nov 2019 14:02:49 +0000 (16:02 +0200)
committerCostin Lupu <costin.lupu@cs.pub.ro>
Thu, 28 Nov 2019 15:03:20 +0000 (17:03 +0200)
commit78469b56bbf4757dfe3abe589bf4c0ad640debc5
tree700244a91b4dd12a35efcf77205eb24f9028b47e
parenta815f8aed619e3869c3d463809dbda768d550be8
file.c: delete utimes stub implementation

Since utimes (and other related functions) have been implemented, this
stub doesn't make sense anymore. Deleting it to prevent double
definition, which produced a linker error.

Signed-off-by: Stefan Teodorescu <stefanl.teodorescu@gmail.com>
Reviewed-by: Costin Lupu <costin.lupu@cs.pub.ro>
file.c