mirror of
https://sourceware.org/git/glibc.git
synced 2025-12-24 17:51:17 +03:00
Use (void) in no-arguments function definitions.
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
Return -1 for errors, 0 to the new process,
|
||||
and the process ID of the new process to the old process. */
|
||||
int
|
||||
__fork ()
|
||||
__fork (void)
|
||||
{
|
||||
__set_errno (ENOSYS);
|
||||
return -1;
|
||||
|
||||
Reference in New Issue
Block a user