mirror of
https://github.com/drasko/codezero.git
synced 2026-07-10 01:14:12 +02:00
Added helper to extract raw thread id from fully qualified thread id
Currently, the tid returned from kernel contains container id as well, which makes it sufficient to do inter-container syscalls without any preparation. The helpers added are for presentation purposes only. Container id is deleted so that the raw thread id is available for printing or similar.
This commit is contained in:
@@ -19,5 +19,7 @@ SECTIONS
|
||||
.rodata1 : { *(.rodata1) }
|
||||
. = ALIGN(4K);
|
||||
.data : { *(.data) }
|
||||
.got : { *(.got) }
|
||||
.got.plt : { *(.got.plt) }
|
||||
.bss : { *(.bss) }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user