Blame elf/tst-sonamemove-runmod1.c

Packit Service 59535c
/* Run-time module whose moved_function moved to a library dependency.
Packit Service 59535c
   Copyright (C) 2019 Free Software Foundation, Inc.
Packit Service 59535c
   This file is part of the GNU C Library.
Packit Service 59535c
Packit Service 59535c
   The GNU C Library is free software; you can redistribute it and/or
Packit Service 59535c
   modify it under the terms of the GNU Lesser General Public
Packit Service 59535c
   License as published by the Free Software Foundation; either
Packit Service 59535c
   version 2.1 of the License, or (at your option) any later version.
Packit Service 59535c
Packit Service 59535c
   The GNU C Library is distributed in the hope that it will be useful,
Packit Service 59535c
   but WITHOUT ANY WARRANTY; without even the implied warranty of
Packit Service 59535c
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Packit Service 59535c
   Lesser General Public License for more details.
Packit Service 59535c
Packit Service 59535c
   You should have received a copy of the GNU Lesser General Public
Packit Service 59535c
   License along with the GNU C Library; if not, see
Packit Service 59535c
   <http://www.gnu.org/licenses/>.  */
Packit Service 59535c
Packit Service 59535c
/* Dummy function to add the required symbol version.  */
Packit Service 59535c
void
Packit Service 59535c
other_function (void)
Packit Service 59535c
{
Packit Service 59535c
}