_thread int errno;
int get_errno() { return errno; }
And when i am disassembling it i am getting for x86
.globl errno
.section .tbss,"awT",@nobits
.align 4
.type errno, @object
.size errno, 4
errno:
.zero 4
movl %fs:errno@tpoff, %eax
What does <.type errno , @object indicate here>
Please send a link of any valid document if you have