aboutsummaryrefslogtreecommitdiffstats
path: root/ports/linux/guts/canonicalize_file_name.c
blob: a36cfbd033518bdb6bd86cce20390fd3afd78533 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* 
 * Copyright (c) 2008-2010 Wind River Systems; see
 * guts/COPYRIGHT for information.
 *
 * SPDX-License-Identifier: LGPL-2.1-only
 *
 * static char *
 * wrap_canonicalize_file_name(const char *filename) {
 *	char * rc = NULL;
 */

	rc = wrap_realpath(filename, NULL);

/*	return rc;
 * }
 */