mirror of
				https://sourceware.org/git/glibc.git
				synced 2025-11-03 20:53:13 +03:00 
			
		
		
		
	Update.
* posix/unistd.h (socklen_t): Define if it has not yet happened. (gethostname): Change type of second parameter to socklen_t. * include/unistd.h (__gethostname): Change type of second parameter to socklen_t. * sysdeps/generic/gethostname.c (__gethostname): Likewise. * sysdeps/mach/hurd/gethostname.c (__gethostname): Likewise. * sysdeps/unix/sysv/gethostname.c (__gethostname): Likewise. * sysdeps/unix/sysv/sysv4/solaris2/gethostname.c (__gethostname): Likewise. * sysdeps/unix/sysv/linux/gethostname.c: Removed. * sysdeps/generic/bits/socket.h: Use __socklen_t to define socklen_t. Allow definition elsewhere. * sysdeps/unix/sysv/aix/bits/socket.h: Likewise. * sysdeps/unix/sysv/linux/bits/socket.h: Likewise. * sysdeps/unix/sysv/linux/mips/bits/socket.h: Likewise. * sysdeps/generic/bits/types.h: Define __socklen_t. * sysdeps/unix/sysv/aix/bits/types.h: Likewise. * sysdeps/unix/sysv/hpux/bits/types.h: Likewise. * sysdeps/unix/sysv/linux/alpha/bits/types.h: Likewise. * sysdeps/unix/sysv/linux/bits/types.h: Likewise. * sysdeps/unix/sysv/linux/mips/bits/types.h: Likewise. * sysdeps/unix/sysv/linux/sparc/bits/types.h: Likewise. * sysdeps/unix/sysv/sysv4/solaris2/bits/types.h: Likewise.
This commit is contained in:
		@@ -70,7 +70,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, size_t __len);
 | 
			
		||||
extern int __gethostname (char *__name, socklen_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