Initial commit
This commit is contained in:
commit
169c65d57e
51358 changed files with 23120455 additions and 0 deletions
9
include/uapi/linux/string.h
Normal file
9
include/uapi/linux/string.h
Normal file
|
@ -0,0 +1,9 @@
|
|||
#ifndef _UAPI_LINUX_STRING_H_
|
||||
#define _UAPI_LINUX_STRING_H_
|
||||
|
||||
/* We don't want strings.h stuff being used by user stuff by accident */
|
||||
|
||||
#ifndef __KERNEL__
|
||||
#include <string.h>
|
||||
#endif /* __KERNEL__ */
|
||||
#endif /* _UAPI_LINUX_STRING_H_ */
|
Loading…
Add table
Add a link
Reference in a new issue