~ubuntu-branches/ubuntu/quantal/linux-ti-omap4/quantal-proposed

« back to all changes in this revision

Viewing changes to kernel/signal.c

  • Committer: Package Import Robot
  • Author(s): Brad Figg, Brad Figg
  • Date: 2013-06-08 09:09:23 UTC
  • Revision ID: package-import@ubuntu.com-20130608090923-ibtnp6edtrn3sxik
Tags: 3.5.0-226.39
[ Brad Figg ]

UBUNTU: Fixup missing abi files causing FTBS

Show diffs side-by-side

added added

removed removed

Lines of Context:
2885
2885
 
2886
2886
static int do_tkill(pid_t tgid, pid_t pid, int sig)
2887
2887
{
2888
 
        struct siginfo info;
 
2888
        struct siginfo info = {};
2889
2889
 
2890
2890
        info.si_signo = sig;
2891
2891
        info.si_errno = 0;