mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-12 23:00:22 +02:00
bit more comment on sethostname
This commit is contained in:
parent
42522438e9
commit
658b7fa124
1 changed files with 2 additions and 1 deletions
|
@ -156,7 +156,8 @@ extern char ** environ;
|
||||||
#define F_OK 0
|
#define F_OK 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* No prototype for this on Solaris 10. */
|
/* No prototype for this on Solaris 10. The man page says it's in
|
||||||
|
<unistd.h> ... but it lies. */
|
||||||
#if ! HAVE_DECL_SETHOSTNAME
|
#if ! HAVE_DECL_SETHOSTNAME
|
||||||
int sethostname (char *name, size_t namelen);
|
int sethostname (char *name, size_t namelen);
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue