This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: Fix sigval namespace (bug 21944)
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 <signal/bits/types/__sigval_t.h>
>>
>> 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.