on x86_64 use long instead of long long for 64bit posix types
[musl] / src / passwd / lckpwdf.c
1 #include <shadow.h>
2
3 int lckpwdf()
4 {
5         return 0;
6 }
7
8 int ulckpwdf()
9 {
10         return 0;
11 }