cregit-Linux how code gets into the kernel

Release 4.10 tools/lib/lockdep/uinclude/linux/stringify.h

#ifndef _LIBLOCKDEP_LINUX_STRINGIFY_H_

#define _LIBLOCKDEP_LINUX_STRINGIFY_H_


#define __stringify_1(x...)	#x

#define __stringify(x...)	__stringify_1(x)

#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
sasha levinsasha levin24100.00%1100.00%
Total24100.00%1100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.