public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc/zack/no-nested-includes] relocate yet another compatibility wrapper header
@ 2019-06-18 15:36 Zack Weinberg
  0 siblings, 0 replies; only message in thread
From: Zack Weinberg @ 2019-06-18 15:36 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=5eb63b581a57e340c70ddbc6062f2f0312925ed7

commit 5eb63b581a57e340c70ddbc6062f2f0312925ed7
Author: Zack Weinberg <zackw@panix.com>
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" ],


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-06-18 15:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-18 15:36 [glibc/zack/no-nested-includes] relocate yet another compatibility wrapper header Zack Weinberg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).