]> git.ipfire.org Git - thirdparty/elfutils.git/blame - libelf/libelf_next_prime.c
funcretval-struct
[thirdparty/elfutils.git] / libelf / libelf_next_prime.c
CommitLineData
b08d5a8f 1/* Copyright (C) 2002 Red Hat, Inc.
de2ed97f 2 This file is part of elfutils.
b08d5a8f 3
de2ed97f
MW
4 This file is free software; you can redistribute it and/or modify
5 it under the terms of either
b08d5a8f 6
de2ed97f
MW
7 * the GNU Lesser General Public License as published by the Free
8 Software Foundation; either version 3 of the License, or (at
9 your option) any later version
10
11 or
12
13 * the GNU General Public License as published by the Free
14 Software Foundation; either version 2 of the License, or (at
15 your option) any later version
16
17 or both in parallel, as here.
18
19 elfutils is distributed in the hope that it will be useful, but
361df7da
UD
20 WITHOUT ANY WARRANTY; without even the implied warranty of
21 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
22 General Public License for more details.
b08d5a8f 23
de2ed97f
MW
24 You should have received copies of the GNU General Public License and
25 the GNU Lesser General Public License along with this program. If
26 not, see <http://www.gnu.org/licenses/>. */
b08d5a8f
UD
27
28#ifdef HAVE_CONFIG_H
29# include <config.h>
30#endif
31
32#define next_prime attribute_hidden __libelf_next_prime
33#include "../lib/next_prime.c"