| 1 |
Index: dietlibc-0.29/arm/syscalls.h |
| 2 |
=================================================================== |
| 3 |
--- dietlibc-0.29.orig/arm/syscalls.h |
| 4 |
+++ dietlibc-0.29/arm/syscalls.h |
| 5 |
@@ -6,7 +6,7 @@ |
| 6 |
#define __NR_write (__NR_SYSCALL_BASE+ 4) |
| 7 |
#define __NR_open (__NR_SYSCALL_BASE+ 5) |
| 8 |
#define __NR_close (__NR_SYSCALL_BASE+ 6) |
| 9 |
- /* 7 was sys_waitpid */ |
| 10 |
+#define __NR_waitpid (__NR_SYSCALL_BASE+ 7) |
| 11 |
#define __NR_creat (__NR_SYSCALL_BASE+ 8) |
| 12 |
#define __NR_link (__NR_SYSCALL_BASE+ 9) |
| 13 |
#define __NR_unlink (__NR_SYSCALL_BASE+ 10) |