Skip to content

Commit cee5f07

Browse files
committed
Add ARM-specific syscalls
1 parent c3d0176 commit cee5f07

File tree

1 file changed

+5
-0
lines changed
  • src/platform/linux-armeabi

1 file changed

+5
-0
lines changed

src/platform/linux-armeabi/nr.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -352,3 +352,8 @@ pub const WAIT4: usize = 114;
352352
pub const WAITID: usize = 280;
353353
pub const WRITE: usize = 4;
354354
pub const WRITEV: usize = 146;
355+
pub const ARM_BREAKPOINT: usize = 0xf0001;
356+
pub const ARM_CACHEFLUSH: usize = 0xf0002;
357+
pub const ARM_SET_TLS: usize = 0xf0005;
358+
pub const ARM_USR26: usize = 0xf0003;
359+
pub const ARM_USR32: usize = 0xf0004;

0 commit comments

Comments
 (0)