From: jaggy@purplet.demon.co.uk (Mike Jagdis) Subject: sigsetjmp declaration wrong in libc 4.2 Date: Thu, 11 Feb 1993 23:17:00 +0000
* In message <ig25.729424249@fg70>, Thomas Koening:
TK> The include files for libc 4.2 (inc-4.2.TZ) handle sigsetjmp
TK> declaration rather weirdly
TK> Now, what do do? Simply change the declaration and hope for
TK> the best?
Relax. Just go ahead and call sigsetjmp(...). Gcc will probably warn you
that sigsetjmp is being implicitly declared, but the implicit declaration
will do fine. Works perfectly in my process level threads package.
Of course, someone could fix it one day :-).
Mike