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

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

commit d6c6b6f3f26391249ca05340bf3bfb330ed1beb8
Author: Zack Weinberg <zackw@panix.com>
Date:   Mon Jun 10 11:35:40 2019 -0400

    termio.h is also a compatibility wrapper

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 5f6e714..6c916fb 100755
--- a/scripts/check-obsolete-constructs.py
+++ b/scripts/check-obsolete-constructs.py
@@ -561,7 +561,6 @@ HEADER_ALLOWED_INCLUDES = {
     "sgtty.h":                     [ "sys/ioctl.h" ],
     "shadow.h":                    [ "paths.h" ],
     "stdio_ext.h":                 [ "stdio.h" ],
-    "termio.h":                    [ "sys/ioctl.h", "termios.h" ],
     "thread_db.h":                 [ "pthread.h", "stdint.h", "sys/procfs.h" ],
     "ucontext.h":                  [ "sys/ucontext.h" ],
     "utmp.h":                      [ "paths.h" ],
@@ -601,6 +600,7 @@ HEADER_ALLOWED_INCLUDES = {
     "sys/termios.h":               [ "termios.h" ],
     "sys/unistd.h":                [ "unistd.h" ],
     "syscall.h":                   [ "sys/syscall.h" ],
+    "termio.h":                    [ "sys/ioctl.h", "termios.h" ],
     "wait.h":                      [ "sys/wait.h" ],
 
     # Nonstandardized networking headers


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

only message in thread, other threads:[~2019-06-18 15:37 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:37 [glibc/zack/no-nested-includes] termio.h is also a compatibility wrapper 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).