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>
}
#endif /* !CONFIG_LWIP_SOCKET */
-int utimes(const char *filename __unused,
- const struct timeval times[2] __unused)
-{
- return 0;
-}
-
char *realpath(const char *restrict file_name, char *restrict resolved_name)
{
return 0;