shithub: npe

Download patch

ref: 140d98da1c6e27684e778d91ef0b27776d521d60
parent: 6ec40498e99f2cec2cd939da43b128a1212ce9e5
author: Sigrid Solveig Haflínudóttir <ftrvxmtrx@gmail.com>
date: Sun Dec 19 14:36:50 EST 2021

errno: add EINVAL

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