aboutsummaryrefslogtreecommitdiffstats
path: root/ports/linux/guts/canonicalize_file_name.c
diff options
context:
space:
mode:
Diffstat (limited to 'ports/linux/guts/canonicalize_file_name.c')
-rw-r--r--ports/linux/guts/canonicalize_file_name.c14
1 files changed, 14 insertions, 0 deletions
diff --git a/ports/linux/guts/canonicalize_file_name.c b/ports/linux/guts/canonicalize_file_name.c
new file mode 100644
index 0000000..9a04f33
--- /dev/null
+++ b/ports/linux/guts/canonicalize_file_name.c
@@ -0,0 +1,14 @@
+/*
+ * Copyright (c) 2008-2010 Wind River Systems; see
+ * guts/COPYRIGHT for information.
+ *
+ * static char *
+ * wrap_canonicalize_file_name(const char *filename) {
+ * char * rc = NULL;
+ */
+
+ rc = wrap_realpath(filename, NULL);
+
+/* return rc;
+ * }
+ */