sapling/mercurial/pure
Yuya Nishihara 9d11e83caf osutil: do not abort loading pure module just because libc has no recvmsg()
On Solaris, recvmsg() is provided by libsocket.so. We could try hard to look
for the library which provides 'recvmsg' symbol, but it would make little sense
now since recvfds() won't work anyway on Solaris. So this patch just disables
_recvmsg() on such platforms.

Thanks to FUJIWARA Katsunori for spotting this problem.
2016-02-03 22:47:27 +09:00
..
__init__.py pure: quiesce build warnings 2012-04-16 08:50:40 -07:00
base85.py base85: use absolute_import 2015-12-12 13:33:47 -05:00
bdiff.py bdiff: use absolute_import 2015-12-12 13:34:55 -05:00
diffhelpers.py diffhelpers: use absolute_import 2015-12-12 13:35:41 -05:00
mpatch.py mpatch: use absolute_import 2015-12-12 13:37:56 -05:00
osutil.py osutil: do not abort loading pure module just because libc has no recvmsg() 2016-02-03 22:47:27 +09:00
parsers.py parsers: use absolute_import 2015-12-12 13:39:29 -05:00