From: Barry Gershenfeld <[EMAIL PROTECTED]>
gcc sigthing.c
sigthing.c: In function `main':
sigthing.c:23: error: storage size of 'waitset' isn't known

#include <signal.h>

int main( int argc, char *argv[] ) {
    struct sigset_t waitset;
    sigemptyset( &waitset );
}



typedef unsigned long sigset_t;



Sigset is not a stuct.  It should just be sigset_t waitset;

Gabe

_________________________________________________________________
Get free, personalized commercial-free online radio with MSN Radio powered by Pandora http://radio.msn.com/?icid=T002MSN03A07001

--
[email protected]
http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-lpsg

Reply via email to