cvs commit: src/sys/kern syscalls.master src/sys/sys sysproto.h umtx.h

Dag-Erling Smørgrav des at des.no
Tue Mar 28 11:42:13 UTC 2006


David Xu <davidxu at freebsd.org> writes:
> This is an incorrect change, please backout it. the _umtx_op parameters
> never should only accept const void *, in fact, the interface was
> designed to extendable for future use.

It is deprecated, which is supposed to mean there will be no future
extensions.

> you can use __DECONST macro in umtx.h to disable compiler warnings,
> breaking it could cause FreeBSD to not have optimized thread library
> can be used.next when you want to change umtx code, please discuss
> with me first.

Frankly, given the state of libthr, I am not inclined to ask you about
anything that has to do with C.

DES
-- 
Dag-Erling Smørgrav - des at des.no


More information about the cvs-src mailing list