From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23843 invoked by alias); 16 Aug 2017 20:44:21 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 23813 invoked by uid 89); 16 Aug 2017 20:44:19 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-26.4 required=5.0 tests=BAYES_00,GIT_PATCH_0,GIT_PATCH_1,GIT_PATCH_2,GIT_PATCH_3,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:692, ten X-HELO: mail-qt0-f169.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:cc:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=L9sVDIWkkc0tfqaEv3/37cIcN2kVEBE9vsYU6aFZA18=; b=Ts1MNSkz8rWzCsCNwJUvQIj/ISrcAkpr4MDTpgx8NoAcYGkT1QH00CHGfnHHmELsD+ UBODfYXBAhlNiVaaqGjV79xaB6ne4JYOTj8ES9dx7tR+Cpaq4DH4R1kmQ1g6Q6ap2eC9 Ih3jktng7bxnJSS/vtWj8unTYcQ3Poy3fzQyig35Y4rP2IU8V/VTWfRPPht5GCGEQdzT SUWZHkh3hG6wnIioPRnC8fY0kVFuuFvqLZuwFcl7KD0j5eoT6HtHUGzy59W4TZl0KZOm jLgCls6jXT3QnemkLDHuxAGdCl/6HhB2VW2ZF+1Q0ZtMcVGhGwoRZDHNe/OBO79SHxXp C2iQ== X-Gm-Message-State: AHYfb5ixdRAjgTnktrkZ2q94VDH0wkgeCaLw/DhzYRLcAKwxA1jZc0a/ WYPTDJEkKVnyeS4HoYLVnQ== X-Received: by 10.200.38.243 with SMTP id 48mr4121224qtp.130.1502916255633; Wed, 16 Aug 2017 13:44:15 -0700 (PDT) Subject: Re: Fix sigval namespace (bug 21944) To: Joseph Myers Cc: libc-alpha@sourceware.org References: <37ca662f-bccf-0322-fa5f-700592d8aadb@linaro.org> From: Adhemerval Zanella Message-ID: <6880edfc-4122-536c-2e98-8628b31b4707@linaro.org> Date: Wed, 16 Aug 2017 20:44:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-SW-Source: 2017-08/txt/msg00714.txt.bz2 On 16/08/2017 17:31, Joseph Myers wrote: > On Wed, 16 Aug 2017, Adhemerval Zanella wrote: > >>> diff --git a/include/bits/types/__sigval_t.h b/include/bits/types/__sigval_t.h >>> new file mode 100644 >>> index 0000000..62f8e48 >>> --- /dev/null >>> +++ b/include/bits/types/__sigval_t.h >>> @@ -0,0 +1 @@ >>> +#include >> >> Shouldn't we have a copyright definition here? > > Definitely not for a 1-line file. Probably for type-definition files that > are more than ten lines long. > I agree that it does not make sense for this specific file, but I think signal/bits/types/__sigval_t.h classifies for header addition.