Select the types of activity you want to include in your feed.
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 */