cregit-Linux how code gets into the kernel

Release 4.14 include/linux/glob.h

Directory: include/linux
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _LINUX_GLOB_H

#define _LINUX_GLOB_H

#include <linux/types.h>	/* For bool */
#include <linux/compiler.h>	/* For __pure */

bool __pure glob_match(char const *pat, char const *str);

#endif	/* _LINUX_GLOB_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
George Spelvin3296.97%150.00%
Greg Kroah-Hartman13.03%150.00%
Total33100.00%2100.00%
Directory: include/linux
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.