mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Use (void) in no-arguments function definitions.
This commit is contained in:
@ -66,7 +66,7 @@ sethostid (id)
|
||||
# include <netinet/in.h>
|
||||
|
||||
long int
|
||||
gethostid ()
|
||||
gethostid (void)
|
||||
{
|
||||
char hostname[MAXHOSTNAMELEN + 1];
|
||||
size_t buflen;
|
||||
|
Reference in New Issue
Block a user