Hi,

I'm trying to compile the latest kernel for arch um, using the latest 
Linus's tree, but it doesn't compile due to the commit:

um: pass siginfo to the guest process.

I think the fix is trivial. At line 117 of os-Linux/time.c you find
this line:

   alarm_handler(SIGVTALRM, NULL);

but it should be:

   alarm_handler(SIGVTALRM, NULL, NULL);

Is it already fixed?

Marco

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel

Reply via email to