shithub: npe

Download patch

ref: 3e659eda301488f5e86c68c81e2ff2a88b6755f9
parent: 0d98a32151079982dd23af0f3eca91b971eb1d6b
author: Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>
date: Sun Jun 9 11:42:40 EDT 2024

errno: add EACCES (thanks moody)

--- a/include/npe/errno.h
+++ b/include/npe/errno.h
@@ -5,6 +5,7 @@
 
 enum {
 	ENOENT = 2,
+	EACCES = 13,
 	EINVAL = 22,
 	ERANGE = 34,
 	ENAMETOOLONG = 36,