On 5 July 2012 06:09, Ivan Pechorin <[email protected]> wrote: > Android NDK has the following typedef: > > typedef int socklen_t > > I wonder why they choose to go against UNIX specs that require socklen_t > to be unsigned (see > http://pubs.opengroup.org/onlinepubs/7908799/xns/syssocket.h.html) >
It appears to be a BSD trait,here's a rather moody article about it: http://everything2.com/title/socklen_t -- Steve-o
_______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
