mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-01-31 03:27:39 +00:00
f8ea02d4d1
Fixes #992
11 lines
81 B
C
11 lines
81 B
C
#include <shadow.h>
|
|
|
|
int lckpwdf()
|
|
{
|
|
return 0;
|
|
}
|
|
|
|
int ulckpwdf()
|
|
{
|
|
return 0;
|
|
}
|