mirror of
https://github.com/fluencelabs/musl
synced 2025-06-21 10:41:53 +00:00
implement getusershell, etc. legacy functions
I actually wrote these a month ago but forgot to integrate them. ugly, probably-harmful-to-use functions, but some legacy apps want them...
This commit is contained in:
@ -163,6 +163,9 @@ char *get_current_dir_name(void);
|
||||
int daemon(int, int);
|
||||
int getdomainname(char *, size_t);
|
||||
int getdtablesize(void);
|
||||
void setusershell(void);
|
||||
void endusershell(void);
|
||||
char *getusershell(void);
|
||||
#endif
|
||||
|
||||
#define _XOPEN_VERSION 700
|
||||
|
Reference in New Issue
Block a user