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

Robin Caloudis via libc-commits libc-commits at lists.llvm.org
Tue May 14 22:19:16 PDT 2024


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

>From 81fb3c06ab1b632414f7b49096c399fe5548265e 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 cb4411fbac665..59b121ef1481f 100644
--- a/libc/include/llvm-libc-macros/generic-error-number-macros.h
+++ b/libc/include/llvm-libc-macros/generic-error-number-macros.h
@@ -43,7 +43,5 @@
 #define EPIPE 32
 #define EDOM 33
 #define ERANGE 34
-#define ENAMETOOLONG 36
-#define EOVERFLOW 75
 
 #endif // LLVM_LIBC_MACROS_GENERIC_ERROR_NUMBER_MACROS_H



More information about the libc-commits mailing list