blob: c60d1925c54679fd6b47a7ddeabcd8f59a4040d3 [file] [log] [blame]
#include <sys/types.h>
#include <pwd.h>
struct passwd *getpwent(void)
{
return 0;
}
stub_warning(getpwent);
void setpwent(void)
{
}
stub_warning(setpwent);
void endpwent(void)
{
}
stub_warning(endpwent);