]> asedeno.scripts.mit.edu Git - linux.git/blob - tools/build/feature/test-libelf-getphdrnum.c
Merge branches 'for-5.1/upstream-fixes', 'for-5.2/core', 'for-5.2/ish', 'for-5.2...
[linux.git] / tools / build / feature / test-libelf-getphdrnum.c
1 // SPDX-License-Identifier: GPL-2.0
2 #include <libelf.h>
3
4 int main(void)
5 {
6         size_t dst;
7
8         return elf_getphdrnum(0, &dst);
9 }