Commit 40745b7
committed
x86_64 syscall table update
On Linux, the underlying system calls were renamed in Linux 2.6:
pread() became pread64(), and pwrite() became pwrite64(). The system
call numbers remained the same. The glibc pread() and pwrite()
wrapper functions transparently deal with the change.1 parent 3cc0fd8 commit 40745b7
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
41 | | - | |
| 40 | + | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
0 commit comments