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