commit | 8560a10e16faccafdc2e26c4873bf4edfbbf651e | [log] [tgz] |
---|---|---|
author | Mike Frysinger <[email protected]> | Sat Feb 03 01:13:55 2007 -0800 |
committer | Linus Torvalds <[email protected]> | Sat Feb 03 11:26:06 2007 -0800 |
tree | c4d0a516a3fb553ded07fad1ac4314465d48761f | |
parent | 24d8f6aded45aca87dec6d9c037b75b189e3d731 [diff] |
[PATCH] alpha: fix epoll syscall enumerations We went and named them __NR_sys_foo instead of __NR_foo. It may be too late to change this, but we can at least add the proper names now. Signed-off-by: Mike Frysinger <[email protected]> Cc: Richard Henderson <[email protected]> Cc: Ivan Kokshaysky <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>