blob: 338f5f0350af9a71c52428f755298ac722e19787 [file] [log] [blame]
#include <shadow.h>
/* glibc has a reasonably complicated wrapper that calls the reent version */
struct spwd *sgetspent(const char *s)
{
return 0;
}
stub_warning(sgetspent);