summaryrefslogtreecommitdiff
path: root/Libraries/LibC/errno_numbers.h
diff options
context:
space:
mode:
Diffstat (limited to 'Libraries/LibC/errno_numbers.h')
-rw-r--r--Libraries/LibC/errno_numbers.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Libraries/LibC/errno_numbers.h b/Libraries/LibC/errno_numbers.h
index c805cf2985..356803b581 100644
--- a/Libraries/LibC/errno_numbers.h
+++ b/Libraries/LibC/errno_numbers.h
@@ -98,4 +98,5 @@
#define ENOTHREAD 70
#define EPROTO 71
#define ENOTSUP 72
-#define EMAXERRNO 73
+#define EPFNOSUPPORT 73
+#define EMAXERRNO 74