K 10 svn:author V 3 des K 8 svn:date V 27 2006-03-28T09:18:34.000000Z K 7 svn:log V 346 The undocumented and deprecated system call _umtx_op() takes two pointer arguments. The first one is never used (all callers pass in 0); the second is sometimes used to pass in a struct timespec * which is used as a timeout and never modified. Constify that argument so callers can pass a const struct timespec * without jumping through hoops. END