In a package I'm trying to "autoconf-purify" there is some legacy code
that tries to cope for systems whose signal handlers do not take exactly
one argument of type int. Does anyone know of a system where this is
merited?

Autoconf already figures out the *return* type of signal handlers, but
incidentally our configure script doesn't even check for that, we have all
signal handlers returning void.

I tend to think that if autoconf doesn't check for it it must be portable.  
I do not recall any of our users ever getting bitten by either one.

-- 
Peter Eisentraut                  Sernanders väg 10:115
[EMAIL PROTECTED]                   75262 Uppsala
http://yi.org/peter-e/            Sweden

Reply via email to