Paolo Bonzini wrote: > accept4 has to be fixed to use ((2, 3)). :-) No, the second arg of accept4 can be NULL. See <http://www.kernel.org/doc/man-pages/online/pages/man2/accept4.2.html> "When addr is NULL, nothing is filled in; in this case, addrlen is not used, and should also be NULL." I have to remove the annotations for accept() and accept4().
> > OpenGL macro names start with GL_. So if we choose the prefix _GL_ we're > > not likely to collide. > > What about internal OpenGL macro names? They start with GL or __GL. Not with _GL. Bruno