mirror of
git://sourceware.org/git/lvm2.git
synced 2025-08-01 00:22:02 +03:00
* minor compilator warning fix for improper function declaration.
This commit is contained in:
@ -92,7 +92,7 @@ static void _reset_file_locking(void)
|
||||
_release_lock(NULL, 0);
|
||||
}
|
||||
|
||||
static void _remove_ctrl_c_handler()
|
||||
static void _remove_ctrl_c_handler(void)
|
||||
{
|
||||
siginterrupt(SIGINT, 0);
|
||||
if (!_handler_installed)
|
||||
|
Reference in New Issue
Block a user