Re: 2.1.68 brokenness.

Alex Priem (alexp@sci.kun.nl)
Mon, 01 Dec 1997 10:33:30 +0100


Linus Torvalds writes:
>Myrdraal <myrdraal@jackalz.dyn.ml.org> wrote:
>>Hi,
>> Sound and various other parts of the kernel seem to be broken by the
>> signal change stuff in 2.1.68.
>
>Indeed. The signal stuff also breaks some of the other Linux platforms
>(essentially everything but x86 and alpha).

Also breaks user level stuff, when including <signal.h> (libc5):

/usr/include/signal.h:130: warning: `sigmask' redefined
/usr/include/asm/signal.h:174: warning: this is the location of the
previous definition
/usr/include/signal.h:69: conflicting types for `sigaddset'
/usr/include/asm/signal.h:146: previous declaration of `sigaddset'
/usr/include/signal.h:70: conflicting types for `sigdelset'
/usr/include/asm/signal.h:151: previous declaration of `sigdelset'

Alex