Commit 1ce90e2
committed
Maintain consistent syscall naming across arm architecture
ARM uses unique naming conventions for certain syscalls, but
we should avoid adopting these. Specifically, fadvise64_64
will not be renamed to arm_fadvise64_64, and sync_file_range
will not be renamed to arm_sync_file_range. This ensures
uniform naming for the same syscalls across different
architectures.1 parent cb6cfae commit 1ce90e2
1 file changed
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
256 | 256 | | |
257 | 257 | | |
258 | 258 | | |
259 | | - | |
| 259 | + | |
| 260 | + | |
260 | 261 | | |
261 | 262 | | |
262 | 263 | | |
| |||
327 | 328 | | |
328 | 329 | | |
329 | 330 | | |
330 | | - | |
| 331 | + | |
| 332 | + | |
331 | 333 | | |
332 | 334 | | |
333 | 335 | | |
| |||
446 | 448 | | |
447 | 449 | | |
448 | 450 | | |
449 | | - | |
| |||
0 commit comments