From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1792) id E10393858C74; Sun, 2 Apr 2023 23:28:29 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E10393858C74 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1680478109; bh=HAm9M/zpUvrQy+G5jMNf2XRPtyW83B821HYFkgbk+ks=; h=From:To:Subject:Date:From; b=L4otI6mF1dwZqwyV4AyuRxkZEZ4iQAtjobLsD40r82SNs2L7g5RgM2SXOdqtGdB6R 0IqD/fvFEfM/bC6YVpDABUzwhlYCwintVLlBAYzClAtgIzhwSiq4ei0oP2C1HoFuDC oNE77lNN+FQWxRdYLRDMlvjxlC5jf1Ie8Ncvr6rI= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Samuel Thibault To: glibc-cvs@sourceware.org Subject: [glibc] hurd: Move rtld-strncpy-c.c out of mach/hurd/ X-Act-Checkin: glibc X-Git-Author: Sergey Bugaev X-Git-Refname: refs/heads/master X-Git-Oldrev: 0001a23f7a3701ef0ef7b25901c5e9990beea8f4 X-Git-Newrev: b43cb674577c81c6a320d69345bad9aaad1ffbf6 Message-Id: <20230402232829.E10393858C74@sourceware.org> Date: Sun, 2 Apr 2023 23:28:29 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=b43cb674577c81c6a320d69345bad9aaad1ffbf6 commit b43cb674577c81c6a320d69345bad9aaad1ffbf6 Author: Sergey Bugaev Date: Sun Mar 19 18:09:57 2023 +0300 hurd: Move rtld-strncpy-c.c out of mach/hurd/ There's nothing Mach- or Hurd-specific about it; any port that ends up with rtld pulling in strncpy will need this. Signed-off-by: Sergey Bugaev Message-Id: <20230319151017.531737-15-bugaevc@gmail.com> Diff: --- sysdeps/{mach/hurd => }/i386/i686/multiarch/rtld-strncpy-c.c | 0 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/sysdeps/mach/hurd/i386/i686/multiarch/rtld-strncpy-c.c b/sysdeps/i386/i686/multiarch/rtld-strncpy-c.c similarity index 100% rename from sysdeps/mach/hurd/i386/i686/multiarch/rtld-strncpy-c.c rename to sysdeps/i386/i686/multiarch/rtld-strncpy-c.c