It definitely looks like a typo, so I commited a fix (completely untested, of course). Thanks for finding it!
Cheers, - Jim On Fri, 2002-10-25 at 04:30, Jose M. Gomez wrote: > Hi everyone, > > Just looking at the code I think I saw a typo in line 48 in config-signal.h. > This is from the CVS version, although I haven't checked out in a week (lazy, > lazy). I suppose it is a doesn't have much importance and probably it doesn't > affect any platform as it haven't been seen before. > > Here is the code: > > 44 #define sigprocmask(op, nsig, osig) sigsetmask(0) > 45 > 46 #else > 47 > 48 #define sigprocmark(op, nsig, osig) > ^ > > Sorry for not sending a patch file, but it is such a minor thing that I > couldn't get myself to use it as a excuse to finally learn how to generate > proper patch files. > > Jose M. Gomez > > _______________________________________________ > kaffe mailing list > [EMAIL PROTECTED] > http://kaffe.org/cgi-bin/mailman/listinfo/kaffe _______________________________________________ kaffe mailing list [EMAIL PROTECTED] http://kaffe.org/cgi-bin/mailman/listinfo/kaffe
