X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=include%2Fgrp.h;h=b331d3264c0f1eb4a9844d8a54e4143e514d9609;hp=8e2e1f20302cb90b3caaa791e0c8c43a1ade379c;hb=1ab59de81e94e7802f85d314a709f8350a0e9b65;hpb=f44076181d25dd2401d182c111330b4290a9535c diff --git a/include/grp.h b/include/grp.h index 8e2e1f20..b331d326 100644 --- a/include/grp.h +++ b/include/grp.h @@ -36,6 +36,7 @@ void setgrent(void); #ifdef _GNU_SOURCE struct group *fgetgrent(FILE *stream); +int putgrent(const struct group *, FILE *); #endif #if defined(_GNU_SOURCE) || defined(_BSD_SOURCE)