This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[glibc/zack/no-nested-includes] fixup: another trivial wrapper header move


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

commit 94ea34356d3c780234f4f718ab4fff6cc8dfa706
Author: Zack Weinberg <zackw@panix.com>
Date:   Thu May 30 13:42:28 2019 -0400

    fixup: another trivial wrapper header move

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 3d84e86..7f410c2 100755
--- a/scripts/check-obsolete-constructs.py
+++ b/scripts/check-obsolete-constructs.py
@@ -585,7 +585,6 @@ HEADER_ALLOWED_INCLUDES = {
     "sys/ptrace.h":                [ "sys/ucontext.h" ],
     "sys/raw.h":                   [ "sys/ioctl.h" ],
     "sys/socketvar.h":             [ "sys/socket.h" ],
-    "sys/termios.h":               [ "termios.h" ],
     "sys/timerfd.h":               [ "time.h" ],
     "sys/timex.h":                 [ "sys/time.h" ],
     "sys/ttychars.h":              [ "sys/ttydefaults.h" ],
@@ -604,6 +603,7 @@ HEADER_ALLOWED_INCLUDES = {
     "sys/poll.h":                  [ "poll.h" ],
     "sys/signal.h":                [ "signal.h" ],
     "sys/syslog.h":                [ "syslog.h" ],
+    "sys/termios.h":               [ "termios.h" ],
     "sys/unistd.h":                [ "unistd.h" ],
     "syscall.h":                   [ "sys/syscall.h" ],
     "wait.h":                      [ "sys/wait.h" ],


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]