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