From patchwork Wed Aug 2 21:07:58 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Samuel Thibault X-Patchwork-Id: 796852 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=sourceware.org (client-ip=209.132.180.131; helo=sourceware.org; envelope-from=libc-alpha-return-82637-incoming=patchwork.ozlabs.org@sourceware.org; receiver=) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; secure) header.d=sourceware.org header.i=@sourceware.org header.b="ImAe3UAM"; dkim-atps=neutral Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3xN5Pk2n8lz9s8J for ; Thu, 3 Aug 2017 07:08:10 +1000 (AEST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:from:to:subject:message-id:mime-version :content-type; q=dns; s=default; b=NucPoFUYj2rYYaVB8qc55WJc0Svu+ 65YTKUEq8lUD0sDxTyAyVFkGAEpjFUBJ4wnUngnOcxxBoV0toEfjcO06Yjgs7TFd YRug89i1JN+g1QPpvkvwMQmDOkOCrQyZZVU2L6923jIXRHZ5apRS/MclD4kCsRP4 Wc3yW0IVVcHX1A= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:from:to:subject:message-id:mime-version :content-type; s=default; bh=ItgwqRY6OoHCNqylK5zrYpuJiF4=; b=ImA e3UAMukfqIs9+iOhMPrdeCSZz6lFbr2tHx6k8rIhWF37hUNqqaObOh+LJHxJjCZo b+z1RurwvfdazMqQCrnLCcmbqvbpfvqgEnGyJFIRLB76uv/YB7apDFRS8EcXopPr 2PoYLwqm2mGldlBC8/6GOGWXKUd6qE8+8lxDAhZ4= Received: (qmail 34867 invoked by alias); 2 Aug 2017 21:08:03 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Delivered-To: mailing list libc-alpha@sourceware.org Received: (qmail 34847 invoked by uid 89); 2 Aug 2017 21:08:02 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-25.9 required=5.0 tests=BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, KAM_LAZY_DOMAIN_SECURITY, RCVD_IN_DNSWL_NONE, SPF_HELO_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:366 X-HELO: sonata.ens-lyon.org Date: Wed, 2 Aug 2017 23:07:58 +0200 From: Samuel Thibault To: libc-alpha@sourceware.org Subject: [PATCH] Add missing include for pthread_setcancelstate Message-ID: <20170802210758.xa44eghauymoco2o@var.youpi.perso.aquilenet.fr> MIME-Version: 1.0 Content-Disposition: inline User-Agent: NeoMutt/20170113 (1.7.2) * sysdeps/posix/shm_open.c: Include . diff --git a/sysdeps/posix/shm_open.c b/sysdeps/posix/shm_open.c index 64315de8f8..eeb6cb5589 100644 --- a/sysdeps/posix/shm_open.c +++ b/sysdeps/posix/shm_open.c @@ -25,6 +25,7 @@ #else # include +# include # include