summaryrefslogtreecommitdiff
path: root/libc/pwd_grp/getgrent.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/pwd_grp/getgrent.c')
-rw-r--r--libc/pwd_grp/getgrent.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/libc/pwd_grp/getgrent.c b/libc/pwd_grp/getgrent.c
index 808e4e817..5b03b31a0 100644
--- a/libc/pwd_grp/getgrent.c
+++ b/libc/pwd_grp/getgrent.c
@@ -4,5 +4,8 @@
* Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
*/
-#define L_getgrent
+#define GETXXKEY_FUNC getgrent
+#define GETXXKEY_ENTTYPE struct group
+#define GETXXKEY_ADD_PARAMS void
+#define GETXXKEY_BUFLEN __UCLIBC_GRP_BUFFER_SIZE__
#include "pwd_grp.c"