Added gethostname declaration
This commit is contained in:
parent
f609e6db47
commit
859245ac6f
1 changed files with 2 additions and 0 deletions
|
@ -72,4 +72,6 @@ int execv(const char *, char *const []);
|
|||
int execve(const char *, char *const [], char *const []);
|
||||
int execvp(const char *, char *const []);
|
||||
|
||||
int gethostname(char *, size_t);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue