mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-01 10:06:57 +03:00
Use (void) in no-arguments function definitions.
This commit is contained in:
@ -25,7 +25,7 @@
|
||||
The process group IDs of the session and the calling process
|
||||
are set to the process ID of the calling process, which is returned. */
|
||||
int
|
||||
__setsid ()
|
||||
__setsid (void)
|
||||
{
|
||||
pid_t pid = getpid ();
|
||||
int tty;
|
||||
|
Reference in New Issue
Block a user