commit | 001e09e86c1c7612783f46256500c31e5ed55c6a | [log] [tgz] |
---|---|---|
author | Greg Ungerer <gerg@snapgear.com> | Mon Nov 05 14:51:04 2007 -0800 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Mon Nov 05 15:12:33 2007 -0800 |
tree | d8268791a34650b4902c4c0ee9fe644c8ee16081 | |
parent | 8a29f2b0288ba2a8fb302f9a639521ac9ff302e5 [diff] |
m68knommu: fix pread/pwrite defines Fix system call defines for system call 180 and 181 to match the underlying system call table function entries. System call 180 calls sys_pread64, and 181 calls sys_pwrite64, so make the definitions match. Signed-off-by: Greg Ungerer <gerg@uclinux.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>