blob: c4d32258de7b6824ede2288f44dd70f4032bbac0 [file] [log] [blame]
#include <shadow.h>
/* glibc has a reasonably complicated wrapper that calls the reent version */
struct spwd *fgetspent(FILE *fp)
{
return 0;
}
stub_warning(fgetspent);