[libc-commits] [libc] [libc][errno] Remove errno numbers (PR #92163)

Robin Caloudis via libc-commits libc-commits at lists.llvm.org
Tue May 14 11:53:56 PDT 2024


https://github.com/robincaloudis created https://github.com/llvm/llvm-project/pull/92163

None

>From 37e4df4329cf70fff110f5a6b51ea9dff91ac644 Mon Sep 17 00:00:00 2001
From: Robin Caloudis <robin.caloudis at gmx.de>
Date: Tue, 14 May 2024 20:52:24 +0200
Subject: [PATCH] [libc][errno] Remove errno numbers

---
 libc/include/llvm-libc-macros/generic-error-number-macros.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/libc/include/llvm-libc-macros/generic-error-number-macros.h b/libc/include/llvm-libc-macros/generic-error-number-macros.h
index b5b1b676dacc3..7ee0352669b8a 100644
--- a/libc/include/llvm-libc-macros/generic-error-number-macros.h
+++ b/libc/include/llvm-libc-macros/generic-error-number-macros.h
@@ -44,7 +44,5 @@
 #define EDOM 33
 #define ERANGE 34
 #define EILSEQ 35
-#define ENAMETOOLONG 36
-#define EOVERFLOW 75
 
 #endif // LLVM_LIBC_MACROS_GENERIC_ERROR_NUMBER_MACROS_H



More information about the libc-commits mailing list