blob: 075d062fe8419cf06b16d291153fc4e7b0196610 [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001// SPDX-License-Identifier: GPL-2.0
Arnaldo Carvalho de Melo1c1a3a42016-07-12 12:19:09 -03002#include <stdlib.h>
3#include <gelf.h>
4
5int main(void)
6{
7 return gelf_getnote(NULL, 0, NULL, NULL, NULL);
8}