On Sunday 01 April 2007 22:19:29 Sam Ravnborg wrote:
> +#define __NR_getcpu             /* 318 - not relevant */
> +#define __NR_epoll_pwait        /* 319 - not relevant */

This looks like it is potentially harmful, since it breaks
user space code that does things like

int my_getcpy(void)
{
#ifdef __NR_getcpu
        return syscall(__NR_getcpu);
#endif
        return -1;
}

        Arnd <><
-
To unsubscribe from this list: send the line "unsubscribe linux-arch" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to