Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v6.13-rc5 20 lines 296 B view raw
1/* SPDX-License-Identifier: GPL-2.0 */ 2#ifndef __UM_OS_LINUX_INTERNAL_H 3#define __UM_OS_LINUX_INTERNAL_H 4 5/* 6 * elf_aux.c 7 */ 8void scan_elf_aux(char **envp); 9 10/* 11 * mem.c 12 */ 13void check_tmpexec(void); 14 15/* 16 * skas/process.c 17 */ 18void wait_stub_done(int pid); 19 20#endif /* __UM_OS_LINUX_INTERNAL_H */