aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-bsp/imx-vpu-hantro-vc/imx-vpu-hantro-vc_1.9.0.bb
AgeCommit message (Expand)Author
2022-11-25imx-vpu-hantro-vc: upgrade from 1.8.0 to 1.9.0Max Krummenacher
a816b82c5bdfbf9515935823a157f5d0e9'>utime.c
blob: 78a01b61743a361b6a2b5ef736218b2cb664020d (plain)
1
2
3
4
5
6
7
8
9
10
/* 
 * static int
 * wrap_utime(const char *path, const struct utimbuf *buf) {
 *	int rc = -1;
 */
	rc = real_utime(path, buf);

/*	return rc;
 * }
 */