[BACK]Return to linux_signal.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_signal.c between version 1.65 and 1.66

version 1.65, 2008/10/21 13:36:28 version 1.66, 2008/10/21 21:52:29
Line 671  linux_sys_tgkill(struct lwp *l, const st
Line 671  linux_sys_tgkill(struct lwp *l, const st
   
         return linux_do_tkill(l, SCARG(uap, tgid), SCARG(uap, tid), SCARG(uap, sig));          return linux_do_tkill(l, SCARG(uap, tgid), SCARG(uap, tid), SCARG(uap, sig));
 }  }
 #endif /* LINUX_NPTL */  
   
 int  int
 native_to_linux_si_code(int code)  native_to_linux_si_code(int code)
Line 686  native_to_linux_si_code(int code)
Line 685  native_to_linux_si_code(int code)
   
         return code;          return code;
 }  }
   #endif /* LINUX_NPTL */

Legend:
Removed from v.1.65  
changed lines
  Added in v.1.66

CVSweb <webmaster@jp.NetBSD.org>