[BACK]Return to linux_sig_notalpha.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / compat / linux / common

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/compat/linux/common/linux_sig_notalpha.c between version 1.38 and 1.39

version 1.38, 2008/04/28 20:23:44 version 1.39, 2009/06/02 16:53:07
Line 106  linux_sys_siggetmask(struct lwp *l, cons
Line 106  linux_sys_siggetmask(struct lwp *l, cons
         if (error)          if (error)
                 return (error);                  return (error);
         native_to_linux_old_sigset(&lss, &bss);          native_to_linux_old_sigset(&lss, &bss);
           *retval = lss;
         return (0);          return (0);
 }  }
   

Legend:
Removed from v.1.38  
changed lines
  Added in v.1.39

CVSweb <webmaster@jp.NetBSD.org>