This commit is contained in:
Michael Kerrisk 2007-12-25 16:11:05 +00:00
parent bb12223f29
commit 863b571e68
1 changed files with 1 additions and 0 deletions

View File

@ -75,6 +75,7 @@ int
main(int argc, char *argv[])
{
pid_t tid;
tid = syscall(SYS_gettid);
}
.fi