X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=ip%2Fstatic-syms.c;h=47c4092c9eaacb4212fec12041847cc2798b1d9c;hb=090524f8995a56ed45734376a9eab6dc7803aa04;hp=1ed3a8a90bd787f687c5b8d95eaceedff42fce3e;hpb=33ff9324def1d618614ba869fa2d7e73fde8428e;p=mirror_iproute2.git diff --git a/ip/static-syms.c b/ip/static-syms.c index 1ed3a8a9..47c4092c 100644 --- a/ip/static-syms.c +++ b/ip/static-syms.c @@ -1,4 +1,13 @@ +/* SPDX-License-Identifier: GPL-2.0 */ +/* + * This file creates a dummy version of dynamic loading + * for environments where dynamic linking + * is not used or available. + */ + #include +#include "dlfcn.h" + void *_dlsym(const char *sym) { #include "static-syms.h"