iconv: fix missing bounds checking for shift_jis decoding
[musl.git] / src / passwd / getspent.c
blob8574a480e13b1dbac470e79a68f257e5822099f8
1 #include "pwf.h"
3 void setspent()
7 void endspent()
11 struct spwd *getspent()
13 return 0;