cosmopolitan/third_party/musl/lckpwdf.c

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
81 B
C
Raw Normal View History

#include <shadow.h>
int lckpwdf()
{
return 0;
}
int ulckpwdf()
{
return 0;
}