[issue20594] fail to compile posixmodule due to name clash with posix_close

2014-02-11 Thread ncopa
New submission from ncopa: This happens when building with musl libc: ./Modules/posixmodule.c:7849:1: error: conflicting types for 'posix_close' posix_close(PyObject *self, PyObject *args) ^ In file included from Include/Python.h:36:0, from ./Modules/posixmodule.c:28: /usr

[issue20594] [PATCH] fail to compile posixmodule due to name clash with posix_close

2014-02-11 Thread ncopa
Changes by ncopa nc...@alpinelinux.org: -- keywords: +patch title: fail to compile posixmodule due to name clash with posix_close - [PATCH] fail to compile posixmodule due to name clash with posix_close Added file: http://bugs.python.org/file34040/posix_close.patch