cregit-Linux how code gets into the kernel

Release 4.11 arch/parisc/include/asm/string.h

#ifndef _PA_STRING_H_

#define _PA_STRING_H_


#define __HAVE_ARCH_MEMSET
extern void * memset(void *, int, size_t);


#define __HAVE_ARCH_MEMCPY
void * memcpy(void * dest,const void *src,size_t count);

#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
Matthew Wilcox44100.00%2100.00%
Total44100.00%2100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.