cregit-Linux how code gets into the kernel

Release 4.14 tools/build/feature/test-libaudit.c

// SPDX-License-Identifier: GPL-2.0
#include <libaudit.h>

extern int printf(const char *format, ...);


int main(void) { printf("error message: %s\n", audit_errno_to_name(0)); return audit_open(); }

Contributors

PersonTokensPropCommitsCommitProp
Ingo Molnar21100.00%1100.00%
Total21100.00%1100.00%


Overall Contributors

PersonTokensPropCommitsCommitProp
Ingo Molnar3697.30%266.67%
Greg Kroah-Hartman12.70%133.33%
Total37100.00%3100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.