blob: 46eb6a862a52463b995d18b3b42ac18888a6b581 [file] [log] [blame]
#include <ctype.h>
#include <errno.h>
#include <grp.h>
#include <stdio.h>
#include <libio/iolibio.h>
int __fgetgrent_r(FILE *stream, struct group *resbuf, char *buffer,
size_t buflen, struct group **result)
{
return 0;
}
weak_alias(__fgetgrent_r, fgetgrent_r);
stub_warning(__fgetgrent_r);