linux: libspl: zone: () -> (void)

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz>
Closes #12968
This commit is contained in:
наб 2022-01-12 17:37:40 +01:00 committed by Brian Behlendorf
parent a401a2c54a
commit 1ef686905b
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@
#include <zone.h>
zoneid_t
getzoneid()
getzoneid(void)
{
return (GLOBAL_ZONEID);
}