From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 80679 invoked by alias); 18 Jun 2019 15:36:50 -0000 Mailing-List: contact glibc-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: , Sender: glibc-cvs-owner@sourceware.org List-Subscribe: Received: (qmail 80661 invoked by uid 9014); 18 Jun 2019 15:36:48 -0000 Date: Tue, 18 Jun 2019 15:36:00 -0000 Message-ID: <20190618153648.80660.qmail@sourceware.org> Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Zack Weinberg To: glibc-cvs@sourceware.org Subject: [glibc/zack/no-nested-includes] relocate yet another compatibility wrapper header X-Act-Checkin: glibc X-Git-Author: Zack Weinberg X-Git-Refname: refs/heads/zack/no-nested-includes X-Git-Oldrev: 2848de2d6f8e8089755cb3681fa9ae06a53a4ec4 X-Git-Newrev: 5eb63b581a57e340c70ddbc6062f2f0312925ed7 X-SW-Source: 2019-q2/txt/msg00480.txt.bz2 https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=5eb63b581a57e340c70ddbc6062f2f0312925ed7 commit 5eb63b581a57e340c70ddbc6062f2f0312925ed7 Author: Zack Weinberg Date: Thu Jun 6 11:14:20 2019 -0400 relocate yet another compatibility wrapper header Diff: --- scripts/check-obsolete-constructs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/check-obsolete-constructs.py b/scripts/check-obsolete-constructs.py index dca2cf1..4102bb8 100755 --- a/scripts/check-obsolete-constructs.py +++ b/scripts/check-obsolete-constructs.py @@ -570,7 +570,6 @@ HEADER_ALLOWED_INCLUDES = { # Nonstandardized sys/ headers "sys/auxv.h": [ "elf.h" ], - "sys/dir.h": [ "dirent.h" ], "sys/elf.h": [ "sys/procfs.h" ], "sys/file.h": [ "fcntl.h" ], "sys/ioctl.h": [ "sys/ttydefaults.h" ], @@ -593,6 +592,7 @@ HEADER_ALLOWED_INCLUDES = { "memory.h": [ "string.h" ], "re_comp.h": [ "regex.h" ], "sys/bitypes.h": [ "sys/types.h" ], + "sys/dir.h": [ "dirent.h" ], "sys/errno.h": [ "errno.h" ], "sys/fcntl.h": [ "fcntl.h" ], "sys/poll.h": [ "poll.h" ],