robertwb / issues-import-test

0 stars 0 forks source link

pxd files for posix and libc should use system includes #1029

Open robertwb opened 8 years ago

robertwb commented 8 years ago

Currently, all *.pxd files in Cython/Includes use the cdef extern from "some_header.h" syntax instead of cdef extern from "<some_header.h>". I believe at least for libc and posix, Cython should generate system includes instead.

Migrated from http://trac.cython.org/ticket/878

robertwb commented 8 years ago

@Nikratio changed cc to nikratio