/* * Copyright (c) 2010 Wind River Systems; see * guts/COPYRIGHT for information. * * static int * wrap_utime(const char *path, const struct utimbuf *buf) { * int rc = -1; */ rc = real_utime(path, buf); /* return rc; * } */