aboutsummaryrefslogtreecommitdiffstats
path: root/ports/darwin/guts/fgetgrent_r.c
diff options
context:
space:
mode:
Diffstat (limited to 'ports/darwin/guts/fgetgrent_r.c')
-rw-r--r--ports/darwin/guts/fgetgrent_r.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/ports/darwin/guts/fgetgrent_r.c b/ports/darwin/guts/fgetgrent_r.c
new file mode 100644
index 0000000..e760cdd
--- /dev/null
+++ b/ports/darwin/guts/fgetgrent_r.c
@@ -0,0 +1,13 @@
+/*
+ * Copyright (c) 2011 Wind River Systems; see
+ * guts/COPYRIGHT for information.
+ *
+ * int fgetgrent_r(FILE *fp, struct group*gbuf, char *buf, size_t buflen, struct group **gbufp)
+ * int rc = -1;
+ */
+
+ rc = real_fgetgrent_r(fp, gbuf, buf, buflen, gbufp);
+
+/* return rc;
+ * }
+ */