summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWillem Jan Withagen <wjw@digiware.nl>2016-11-28 23:04:02 +0100
committerGitHub <noreply@github.com>2016-11-28 23:04:02 +0100
commit31f4ec8ef0bcb8685e2849006a68da78af142eec (patch)
treea7005b0777b22e8e261f4a1dea163ba3303f00f3
parent8efe474321a04e17cc9905cffd604e387b768259 (diff)
downloadcython-31f4ec8ef0bcb8685e2849006a68da78af142eec.tar.gz
errno.h on FreeBSD contains ENOATTR instead of ENODATA
So allow for that value in this enumeration. Added immediately after ENODATA Signed-off-by: Willem Jan Withagen <wjw@digiware.nl>
-rw-r--r--Cython/Includes/libc/errno.pxd1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cython/Includes/libc/errno.pxd b/Cython/Includes/libc/errno.pxd
index 8452024f9..191d47b3d 100644
--- a/Cython/Includes/libc/errno.pxd
+++ b/Cython/Includes/libc/errno.pxd
@@ -61,6 +61,7 @@ cdef extern from "<errno.h>" nogil:
EBFONT
ENOSTR
ENODATA
+ ENOATTR
ETIME
ENOSR
ENONET