On Tuesday 19 April 2011, Andreas Schwab wrote:
Finn Thain <fthain@xxxxxxxxxxxxxxxxxxx> writes:
Wouldn't that require const void * const sys_call_table[] ?
No, the right signature would be void (*const sys_call_table[])(void)
since this is an array of function pointers.
But it's not an array of pointers to function with signature
void f(void). It's an array of void pointers that we assign
to function pointers of various types.
Arnd
--
To unsubscribe from this list: send the line "unsubscribe linux-m68k" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html