gettid(2)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



gettid() is not defined in my copy of sys/types.h, and it does not appear to be a glibc wrapper for it.

The only way to access this syscall, it seems:

#include <sys/types.h>
#include <sys/syscalls.h>

syscall(SYS_gettid);


Attachment: pgpi3QRVEXrrj.pgp
Description: PGP signature


[Index of Archives]     [Kernel Documentation]     [Netdev]     [Linux Ethernet Bridging]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Admin]     [Samba]

  Powered by Linux