From patchwork Fri Feb 8 22:11:19 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Florian Weimer X-Patchwork-Id: 1039019 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=sourceware.org (client-ip=209.132.180.131; helo=sourceware.org; envelope-from=libc-alpha-return-99893-incoming=patchwork.ozlabs.org@sourceware.org; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=redhat.com Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; secure) header.d=sourceware.org header.i=@sourceware.org header.b="IuXsmjIR"; dkim-atps=neutral Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 43x8Xk3TGDz9sDr for ; Sat, 9 Feb 2019 09:11:33 +1100 (AEDT) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:to:subject:mime-version:content-type :content-transfer-encoding:message-id:from; q=dns; s=default; b= SsSRK0YtO8ty84T2aggGGC2pFOo+IAyUUzoLH83z4KTUCCF50iW1nYNFIyJCypqL SMUdWyzMDSUxGhb6Lv5jRLzJxSOgPoc50qKHWLGFm+28WmGtvNaoCvjsZrgjherH R9zdr6il+22GeJqQJyd1qq5pCD2GfmeAKfPfJGwasVs= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:to:subject:mime-version:content-type :content-transfer-encoding:message-id:from; s=default; bh=m/r2P6 e2qzFCUxZGXy3BqsVTKAk=; b=IuXsmjIR+vtR9HkvN+iJmS12qEc3WBcixdu4Le CunRW6+uCqdhC4DsfuQke4VWxoJ3vr/pP0EO/YIJBy7bn0Kr/lZwgSSdhV8tGOBv 90Dhms1hGl48xwbgPN9qg/HjBfUMjz5AuSpz/cUMsD8VBGvZ0XZzgIV+30k2sV0e dFGJ8= Received: (qmail 24400 invoked by alias); 8 Feb 2019 22:11:27 -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 24391 invoked by uid 89); 8 Feb 2019 22:11:27 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-15.9 required=5.0 tests=BAYES_00, GIT_PATCH_0, GIT_PATCH_1, KAM_LAZY_DOMAIN_SECURITY, SPF_HELO_PASS autolearn=ham version=3.3.2 spammy= X-HELO: mx1.redhat.com Date: Fri, 08 Feb 2019 23:11:19 +0100 To: libc-alpha@sourceware.org Subject: [PATCH COMMITTED] Move generic to a more regular location User-Agent: Heirloom mailx 12.5 7/5/10 MIME-Version: 1.0 Message-Id: <20190208221119.A7B2C8410951@oldenburg2.str.redhat.com> From: Florian Weimer No functional change; the previous path worked as well, but it re-added the obsolete sysdeps/generic/bits directory, which was removed (for the first time) in commit c72565e5f1124c2dc72573e83406fe999e56091f. Fixes commit e47d82c99a6db060419b421768aced76bea92997 ("Provide as a sysdeps header exclusively"). 2019-02-08 Florian Weimer * sysdeps/generic/bits/unistd_ext.h: Move to ... * bits/unistd_ext.h: here. diff --git a/sysdeps/generic/bits/unistd_ext.h b/bits/unistd_ext.h similarity index 100% rename from sysdeps/generic/bits/unistd_ext.h rename to bits/unistd_ext.h