
5 Jun
2008
5 Jun
'08
12:23 p.m.
On Thu, 05 Jun 2008 09:49:22 +0100
Simon Marlow
See my update to #2305 - it looks like we need a C wrapper for sigprocmask() in the base package. Would you like to make a ticket for this, or better still a patch (it's not too hard, there are plenty of other examples of this in base already)?
OK. I can find 7 of these renamed externals, in base, network and unix,
out of 88 in NetBSD 4.0. This will obviously need to be revisited
occasionally, but I will be happy to make a patch. Unified context
diff OK? It looks like, in base anyway, this actually goes in a .h file,
to a pattern like
INLINE int
__hscore_xyz( ... )
{
return xyz( ... );
}
thanks,
--
Donn Cave