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 for whichever patch took sys/types.h out of sys/xattr.h


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

commit f051b6176c939f47f25c2245fd8407bcb9bcc9df
Author: Zack Weinberg <zackw@panix.com>
Date:   Sun May 26 12:36:09 2019 -0400

    fixup for whichever patch took sys/types.h out of sys/xattr.h

Diff:
---
 scripts/check-obsolete-constructs.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/scripts/check-obsolete-constructs.py b/scripts/check-obsolete-constructs.py
index e2ca8f5..892050c 100755
--- a/scripts/check-obsolete-constructs.py
+++ b/scripts/check-obsolete-constructs.py
@@ -615,7 +615,6 @@ HEADER_ALLOWED_INCLUDES = {
     "sys/ucontext.h":              [ "sys/procfs.h" ],
     "sys/unistd.h":                [ "unistd.h" ],
     "sys/vfs.h":                   [ "sys/statfs.h" ],
-    "sys/xattr.h":                 [ "sys/types.h" ],
 
     # Nonstandardized headers that do nothing but include some other
     # header.  These exist for compatibility with old systems where


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