fix type issues in stdint.h so underlying types of 64-bit types match ABI
[musl] / include / grp.h
index 8e2e1f2..b331d32 100644 (file)
@@ -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)