move getpass decl to the right place
[musl] / include / unistd.h
index 67d17c1..b1a84d7 100644 (file)
@@ -166,6 +166,7 @@ int getdtablesize(void);
 void setusershell(void);
 void endusershell(void);
 char *getusershell(void);
+char *getpass(const char *);
 #endif
 
 #ifdef _LARGEFILE64_SOURCE