cleanup: add/fix comments

This commit is contained in:
Ross Kinder
2015-12-23 14:44:38 -05:00
parent 25d9ec2994
commit 064bef37e7
5 changed files with 16 additions and 6 deletions

View File

@@ -2,6 +2,7 @@ package xmlsec
import "syscall"
// getThreadID returns an opaque value that is unique per OS thread
func getThreadID() uintptr {
return uintptr(syscall.Gettid())
}