aboutsummaryrefslogtreecommitdiffstats
path: root/ports/darwin/guts/fcntl.c
diff options
context:
space:
mode:
Diffstat (limited to 'ports/darwin/guts/fcntl.c')
-rw-r--r--ports/darwin/guts/fcntl.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/ports/darwin/guts/fcntl.c b/ports/darwin/guts/fcntl.c
new file mode 100644
index 0000000..464e12a
--- /dev/null
+++ b/ports/darwin/guts/fcntl.c
@@ -0,0 +1,13 @@
+/*
+ * Copyright (c) 2011 Wind River Systems; see
+ * guts/COPYRIGHT for information.
+ *
+ * int fcntl(int fd, int cmd, ... { struct flock *lock })
+ * int rc = -1;
+ */
+
+ rc = real_fcntl(fd, cmd, lock);
+
+/* return rc;
+ * }
+ */