This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Fix sigval namespace (bug 21944)


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.

-- 
Joseph S. Myers
joseph@codesourcery.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]