cregit-Linux how code gets into the kernel

Release 4.11 arch/ia64/include/asm/siginfo.h

/*
 * Based on <asm-i386/siginfo.h>.
 *
 * Modified 1998-2002
 *      David Mosberger-Tang <davidm@hpl.hp.com>, Hewlett-Packard Co
 */
#ifndef _ASM_IA64_SIGINFO_H

#define _ASM_IA64_SIGINFO_H

#include <linux/string.h>
#include <uapi/asm/siginfo.h>


static inline void copy_siginfo (siginfo_t *to, siginfo_t *from) { if (from->si_code < 0) memcpy(to, from, sizeof(siginfo_t)); else /* _sigchld is currently the largest know union member */ memcpy(to, from, 4*sizeof(int) + sizeof(from->_sifields._sigchld)); }

Contributors

PersonTokensPropCommitsCommitProp
Linus Torvalds (pre-git)5795.00%250.00%
Stéphane Eranian23.33%125.00%
Stephen Rothwell11.67%125.00%
Total60100.00%4100.00%

#endif /* _ASM_IA64_SIGINFO_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
Linus Torvalds (pre-git)6889.47%350.00%
Stephen Rothwell33.95%116.67%
David Howells33.95%116.67%
Stéphane Eranian22.63%116.67%
Total76100.00%6100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.