svn commit: r280818 - in head: lib/libc/include lib/libc/sys lib/libthr/thread share/man/man3

Konstantin Belousov kostikbel at gmail.com
Wed Apr 1 08:27:21 UTC 2015


On Tue, Mar 31, 2015 at 11:28:50PM -0700, John-Mark Gurney wrote:
> Konstantin Belousov wrote this message on Sun, Mar 29, 2015 at 19:14 +0000:
> > -.Fn EV_SET "&kev" ident filter flags fflags data udata
> > +.Fn EV_SET "kev" ident filter flags fflags data udata
> 
> I'm wondering if this change was intentional?  Are you planning on
> changing the EV_SET macro?

Yes, it was intentional.  The &kev is not a C syntax for type declaration.
I considered change it to *kev, but later is also not very useful for list
of _macro_ arguments.


More information about the svn-src-all mailing list