From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 81118 invoked by alias); 25 Jun 2019 20:34:12 -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 81072 invoked by uid 9014); 25 Jun 2019 20:34:12 -0000 Date: Tue, 25 Jun 2019 20:34:00 -0000 Message-ID: <20190625203412.81071.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] fixup: hurd fcntl.h is now conformant X-Act-Checkin: glibc X-Git-Author: Zack Weinberg X-Git-Refname: refs/heads/zack/no-nested-includes X-Git-Oldrev: b3343b9ec953f0a8469ae736d9e32489801f5b76 X-Git-Newrev: bb5cf784bcc26e7c7d2bf7617d8ad809ce316e20 X-SW-Source: 2019-q2/txt/msg00550.txt.bz2 https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=bb5cf784bcc26e7c7d2bf7617d8ad809ce316e20 commit bb5cf784bcc26e7c7d2bf7617d8ad809ce316e20 Author: Zack Weinberg Date: Thu Jun 6 10:42:55 2019 -0400 fixup: hurd fcntl.h is now conformant Diff: --- sysdeps/mach/hurd/i386/Makefile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/sysdeps/mach/hurd/i386/Makefile b/sysdeps/mach/hurd/i386/Makefile index 4369b88..8fd656e 100644 --- a/sysdeps/mach/hurd/i386/Makefile +++ b/sysdeps/mach/hurd/i386/Makefile @@ -20,13 +20,11 @@ ifeq ($(subdir),conform) conformtest-xfail-conds += i386-gnu # For bug 23088 -test-xfail-POSIX/fcntl.h/conform = yes test-xfail-POSIX/signal.h/conform = yes test-xfail-POSIX/regex.h/conform = yes test-xfail-POSIX/aio.h/conform = yes test-xfail-POSIX/mqueue.h/conform = yes test-xfail-POSIX/sys/types.h/conform = yes -test-xfail-UNIX98/fcntl.h/conform = yes test-xfail-UNIX98/signal.h/conform = yes test-xfail-UNIX98/regex.h/conform = yes test-xfail-UNIX98/aio.h/conform = yes @@ -36,7 +34,6 @@ test-xfail-UNIX98/sys/sem.h/conform = yes test-xfail-UNIX98/sys/socket.h/conform = yes test-xfail-UNIX98/sys/types.h/conform = yes test-xfail-UNIX98/stdlib.h/conform = yes -test-xfail-POSIX2008/fcntl.h/conform = yes test-xfail-POSIX2008/signal.h/conform = yes test-xfail-POSIX2008/regex.h/conform = yes test-xfail-POSIX2008/aio.h/conform = yes @@ -44,7 +41,6 @@ test-xfail-POSIX2008/mqueue.h/conform = yes test-xfail-POSIX2008/sys/wait.h/conform = yes test-xfail-POSIX2008/sys/socket.h/conform = yes test-xfail-POSIX2008/sys/types.h/conform = yes -test-xfail-XOPEN2K/fcntl.h/conform = yes test-xfail-XOPEN2K/signal.h/conform = yes test-xfail-XOPEN2K/regex.h/conform = yes test-xfail-XOPEN2K/aio.h/conform = yes @@ -54,7 +50,6 @@ test-xfail-XOPEN2K/sys/sem.h/conform = yes test-xfail-XOPEN2K/sys/socket.h/conform = yes test-xfail-XOPEN2K/sys/types.h/conform = yes test-xfail-XOPEN2K/stdlib.h/conform = yes -test-xfail-XOPEN2K8/fcntl.h/conform = yes test-xfail-XOPEN2K8/signal.h/conform = yes test-xfail-XOPEN2K8/regex.h/conform = yes test-xfail-XOPEN2K8/aio.h/conform = yes