From 2b6a4307e96d0ffffb72edada27574c4658bd9a0 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Fri, 23 Apr 2021 18:08:37 +0200 Subject: nptl: Remove __res_state from libpthread The existing definition in libc will be used instead. The symbol was moved (that is, removed) using scripts/move-symbol-to-libc.py. --- nptl/res.c | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 nptl/res.c (limited to 'nptl/res.c') diff --git a/nptl/res.c b/nptl/res.c deleted file mode 100644 index 24b711d080..0000000000 --- a/nptl/res.c +++ /dev/null @@ -1,26 +0,0 @@ -/* Copyright (C) 2002-2021 Free Software Foundation, Inc. - This file is part of the GNU C Library. - - The GNU C Library is free software; you can redistribute it and/or - modify it under the terms of the GNU Lesser General Public - License as published by the Free Software Foundation; either - version 2.1 of the License, or (at your option) any later version. - - The GNU C Library is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Lesser General Public License for more details. - - You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, see - . */ - -#include -#include -#include - -struct __res_state * -__res_state (void) -{ - return __resp; -} -- cgit v1.2.3