On Tue, 19 Apr 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. Right. I mis-parsed the definition as a pointer to an array... Sorry about the noise. Finn > > Andreas. > > -- To unsubscribe from this list: send the line "unsubscribe linux-arch" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html