From c6f20c0c0d08a8b97e0e04ba827e0441077d275d Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Tue, 14 Nov 2023 16:27:37 -0500 Subject: remove Linux-specific crud --- src/errno/ERANGE.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/errno/ERANGE.h b/src/errno/ERANGE.h index f05d4b12..c6fb0bdf 100644 --- a/src/errno/ERANGE.h +++ b/src/errno/ERANGE.h @@ -9,9 +9,3 @@ is used to indicated that the result of an operation is too large or too small. /* STDC(1) */ - - -#ifdef __linux__ -#undef ERANGE -#define ERANGE 34 -#endif -- cgit v1.2.1