1
0
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:
Zdenek Kabelac
2008-11-12 09:30:52 +00:00
parent cc44e17c5e
commit 23cf7bc97c

View File

@ -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)