cleanup: add/fix comments
This commit is contained in:
@@ -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())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user