Skip to content

Mark errno as extern, as cffi recommends

Stefano Rivera requested to merge stefanor/pyreflink:extern-errno into master
cffi/cparser.py:163: UserWarning: Global variable 'errno' in cdef(): for consistency with C it should have a storage class specifier (usually 'extern')

Merge request reports