]> granicus.if.org Git - python/commit
On SGI, we need to define _SGI_MP_SOURCE before including errno.h when
authorGuido van Rossum <guido@python.org>
Tue, 26 May 1998 18:38:07 +0000 (18:38 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 26 May 1998 18:38:07 +0000 (18:38 +0000)
commit90ce8488481521e5ddd1fe5ed942e1df4acd6365
tree4399f7f61c3fb22ebe335657cdbdec9edd43b0d1
parent9be628338def23e88691fbb3ca28804ea8e48a28
On SGI, we need to define _SGI_MP_SOURCE before including errno.h when
we are threading, otherwise accessing errno doesn't work right.
Include/Python.h