tech-toolchain archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Porting NetBSD make to Interix



On Wed, May 12, 2010 at 06:12:00PM -0700, Simon J. Gerraty wrote:
 > The problem is that make is using both sigaction() and signal().
 > On NetBSD this does not matter but on system V'sh systems, it will
 > result in missing SIGCHLD.
 > 
 > If you want to build native NetBSD make you will need to edit util.c
 > and add something such that the signal function that wraps sigaction is
 > compiled for your system.

Wouldn't it be a better plan to define a makesignal() or something
that always calls sigaction?

-- 
David A. Holland
dholland%netbsd.org@localhost


Home | Main Index | Thread Index | Old Index