From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 106683 invoked by alias); 20 Jun 2019 16:07:35 -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 106460 invoked by uid 9014); 20 Jun 2019 16:07:35 -0000 Date: Thu, 20 Jun 2019 16:07:00 -0000 Message-ID: <20190620160735.106459.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 sys/sem.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: c499e0b2d4df9fb708d045e8c4f5c61888a9bec5 X-Git-Newrev: 016e4f1a0aed1c7860c49046158b276e8f55e0f6 X-SW-Source: 2019-q2/txt/msg00511.txt.bz2 https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=016e4f1a0aed1c7860c49046158b276e8f55e0f6 commit 016e4f1a0aed1c7860c49046158b276e8f55e0f6 Author: Zack Weinberg Date: Thu Jun 6 10:43:21 2019 -0400 fixup: hurd sys/sem.h is now conformant Diff: --- sysdeps/mach/hurd/i386/Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/sysdeps/mach/hurd/i386/Makefile b/sysdeps/mach/hurd/i386/Makefile index 8fd656e..ca55c9a 100644 --- a/sysdeps/mach/hurd/i386/Makefile +++ b/sysdeps/mach/hurd/i386/Makefile @@ -30,7 +30,6 @@ test-xfail-UNIX98/regex.h/conform = yes test-xfail-UNIX98/aio.h/conform = yes test-xfail-UNIX98/mqueue.h/conform = yes test-xfail-UNIX98/sys/wait.h/conform = yes -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 @@ -46,7 +45,6 @@ test-xfail-XOPEN2K/regex.h/conform = yes test-xfail-XOPEN2K/aio.h/conform = yes test-xfail-XOPEN2K/mqueue.h/conform = yes test-xfail-XOPEN2K/sys/wait.h/conform = yes -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 @@ -55,7 +53,6 @@ test-xfail-XOPEN2K8/regex.h/conform = yes test-xfail-XOPEN2K8/aio.h/conform = yes test-xfail-XOPEN2K8/mqueue.h/conform = yes test-xfail-XOPEN2K8/sys/wait.h/conform = yes -test-xfail-XOPEN2K8/sys/sem.h/conform = yes test-xfail-XOPEN2K8/sys/socket.h/conform = yes test-xfail-XOPEN2K8/sys/types.h/conform = yes test-xfail-XOPEN2K8/stdlib.h/conform = yes