blob: 0001a6c9a8ae8307ae00f5a65845437490b80fda [file] [log] [blame]
#include <shadow.h>
int __sgetspent_r(const char *s, struct spwd *spbuf,
char *buf, size_t buflen, struct spwd **spbufp)
{
return 0;
}
weak_alias(__sgetspent_r, sgetspent_r);
stub_warning(sgetspent_r);