mirror of
https://sourceware.org/git/glibc.git
synced 2025-11-03 20:53:13 +03:00
Update.
2001-03-20 Andreas Schwab <schwab@suse.de> * include/unistd.h: Adjust prototype of __gethostname.
This commit is contained in:
@@ -77,7 +77,7 @@ extern int __link (__const char *__from, __const char *__to);
|
||||
extern int __symlink (__const char *__from, __const char *__to);
|
||||
extern int __readlink (__const char *__path, char *__buf, size_t __len);
|
||||
extern int __unlink (__const char *__name);
|
||||
extern int __gethostname (char *__name, socklen_t __len);
|
||||
extern int __gethostname (char *__name, size_t __len);
|
||||
extern int __profil (unsigned short int *__sample_buffer, size_t __size,
|
||||
size_t __offset, unsigned int __scale);
|
||||
extern int __getdtablesize (void);
|
||||
|
||||
Reference in New Issue
Block a user