cregit-Linux how code gets into the kernel

Release 4.15 arch/arm/kernel/signal.h

Directory: arch/arm/kernel
#include <asm/ucontext.h>


struct sigframe {
	
struct ucontext uc;
	
unsigned long retcode[4];
};


struct rt_sigframe {
	
struct siginfo info;
	
struct sigframe sig;
};

Overall Contributors

PersonTokensPropCommitsCommitProp
Nico Pitre32100.00%1100.00%
Total32100.00%1100.00%
Directory: arch/arm/kernel
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.