From patchwork Wed May 20 21:23:48 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Roland McGrath X-Patchwork-Id: 6834 Received: (qmail 88004 invoked by alias); 20 May 2015 21:23:52 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Delivered-To: mailing list libc-alpha@sourceware.org Received: (qmail 87994 invoked by uid 89); 20 May 2015 21:23:52 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.7 required=5.0 tests=AWL, BAYES_00, KAM_LAZY_DOMAIN_SECURITY autolearn=no version=3.3.2 X-HELO: topped-with-meat.com MIME-Version: 1.0 From: Roland McGrath To: "GNU C. Library" Subject: [COMMITTED PATCH] Move usleep.c using nanosleep to sysdeps/posix. Message-Id: <20150520212348.575FE2C39E3@topped-with-meat.com> Date: Wed, 20 May 2015 14:23:48 -0700 (PDT) X-CMAE-Score: 0 X-CMAE-Analysis: v=2.1 cv=SvUDtp+0 c=1 sm=1 tr=0 a=WkljmVdYkabdwxfqvArNOQ==:117 a=14OXPxybAAAA:8 a=kj9zAlcOel0A:10 a=hOe2yjtxAAAA:8 a=GwSZJt0zjdWD2Ea2_H4A:9 a=CjuIK1q_8ugA:10 a=K05YkyBkpa4A:10 a=cg6IiEFhT8YA:10 a=ziDyhqStP90A:10 This is a pure file move and has no effect on Linux or Hurd configurations. Thanks, Roland 2015-05-20 Roland McGrath * sysdeps/unix/sysv/linux/usleep.c: Moved to ... * sysdeps/posix/usleep.c: ... here. diff --git a/sysdeps/unix/sysv/linux/usleep.c b/sysdeps/posix/usleep.c similarity index 100% rename from sysdeps/unix/sysv/linux/usleep.c rename to sysdeps/posix/usleep.c