Add support for the Linux system call gettid(), which is only accessible via syscall(2).
authorRobert Brown <robert.brown@gmail.com>
Tue, 31 May 2011 21:17:03 +0000 (17:17 -0400)
committerNikodemus Siivola <nikodemus@random-state.net>
Fri, 30 Mar 2012 14:09:22 +0000 (17:09 +0300)
commit3861a8282d34c53be5e535fb27c2daac210148d0
tree57fe07f69724ef17a705b8b2c305a4bf8aaa8c2f
parenta7e75ffbeba4f0529f1a80a722112a2785d20ca0
Add support for the Linux system call gettid(), which is only accessible via syscall(2).
posix/linux.lisp
posix/packages.lisp
posix/unixint.lisp