summaryrefslogtreecommitdiff
path: root/libc/pwd_grp/sgetspent.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/pwd_grp/sgetspent.c')
-rw-r--r--libc/pwd_grp/sgetspent.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/libc/pwd_grp/sgetspent.c b/libc/pwd_grp/sgetspent.c
index 877a2478a..990c0b6a4 100644
--- a/libc/pwd_grp/sgetspent.c
+++ b/libc/pwd_grp/sgetspent.c
@@ -4,5 +4,9 @@
* Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
*/
-#define L_sgetspent
+#define GETXXKEY_FUNC sgetspent
+#define GETXXKEY_ENTTYPE struct spwd
+#define GETXXKEY_ADD_PARAMS const char *string
+#define GETXXKEY_ADD_VARIABLES string
+#define GETXXKEY_BUFLEN __UCLIBC_PWD_BUFFER_SIZE__
#include "pwd_grp.c"