#[unsafe(no_mangle)]pub unsafe extern "C" fn setgrent()Expand description
MT-Unsafe race:grent locale
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/endgrent.html.
Rewinds the group database so that the next getgrent() call returns the
first entry, allowing repeated searches.