aboutsummaryrefslogtreecommitdiffstats
path: root/ports/linux/guts/fstat64.c
diff options
context:
space:
mode:
Diffstat (limited to 'ports/linux/guts/fstat64.c')
-rw-r--r--ports/linux/guts/fstat64.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/ports/linux/guts/fstat64.c b/ports/linux/guts/fstat64.c
new file mode 100644
index 0000000..4a759f7
--- /dev/null
+++ b/ports/linux/guts/fstat64.c
@@ -0,0 +1,13 @@
+/*
+ * Copyright (c) 2012 Wind River Systems; see
+ * guts/COPYRIGHT for information.
+ *
+ * int fstat64(int fd, struct stat *buf)
+ * int rc = -1;
+ */
+
+ rc = wrap___fxstat64(_STAT_VER, fd, buf);
+
+/* return rc;
+ * }
+ */