commit | dd360922d1b55e9a4f1b1fb628994ea98c38865e | [log] [tgz] |
---|---|---|
author | Dmitry V. Levin <ldv@altlinux.org> | Tue Dec 08 17:27:40 2015 +0000 |
committer | Dmitry V. Levin <ldv@altlinux.org> | Tue Dec 08 21:19:35 2015 +0000 |
tree | c8b11b0e4c541008f9acff3984ca5b1b6b819ef5 | |
parent | 5090dde12304196fed36b47a2a33fc2b1df89fbe [diff] |
Fix exit syscall entries Change syscall names to match kernel __NR_* constants. * linux/avr32/syscallent.h [1]: Rename "_exit" to "exit". * linux/bfin/syscallent.h: Likewise. * linux/i386/syscallent.h: Likewise. * linux/m68k/syscallent.h: Likewise. * linux/microblaze/syscallent.h: Likewise. * linux/sh/syscallent.h: Likewise. * linux/sh64/syscallent.h: Likewise. * linux/x32/syscallent.h [60]: Rename "_exit" to "exit". * linux/x86_64/syscallent.h: Likewise.