blob: d039339558e9396ce24272ab3a093d1db4f8272b [file] [log] [blame]
#include <shadow.h>
int __fgetspent_r(FILE *fp, struct spwd *spbuf,
char *buf, size_t buflen, struct spwd **spbufp)
{
return 0;
}
weak_alias(__fgetspent_r, fgetspent_r);
stub_warning(fgetspent_r);