summaryrefslogtreecommitdiff
path: root/tools/build/feature/test-libdw-dwarf-unwind.c
blob: f676a3ff442a43b904adc6bd3061501de5f038d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13

#include <elfutils/libdwfl.h>

int main(void)
{
	/*
	 * This function is guarded via: __nonnull_attribute__ (1, 2).
	 * Passing '1' as arguments value. This code is never executed,
	 * only compiled.
	 */
	dwfl_thread_getframes((void *) 1, (void *) 1, NULL);
	return 0;
}
>commit1001354ca34179f3db924eb66672442a173147dc (patch) tree000de57080b6bece6d336bc8c9d377a59b8129c9 /net/core/sock.c parentdf34d04a6f09ba41037e58c3df6d6fbed0ffcde9 (diff)
Linux 4.9-rc1
Diffstat (limited to 'net/core/sock.c')