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.9-rc4 9 lines 225 B view raw
1/* SPDX-License-Identifier: GPL-2.0 */ 2 3#ifndef _NOLIBC_TEST_LINKAGE_H 4#define _NOLIBC_TEST_LINKAGE_H 5 6void *linkage_test_errno_addr(void); 7extern int linkage_test_constructor_test_value; 8 9#endif /* _NOLIBC_TEST_LINKAGE_H */