diff options
| author | Jakob Kaivo <jkk@ung.org> | 2023-11-14 16:27:37 -0500 |
|---|---|---|
| committer | Jakob Kaivo <jkk@ung.org> | 2023-11-14 16:27:37 -0500 |
| commit | c6f20c0c0d08a8b97e0e04ba827e0441077d275d (patch) | |
| tree | 7d68a23418bb2c20d68c322b86380647dba4623b /src/errno/ERANGE.h | |
| parent | 9e443cd40a1d7ddb826d44200f7387a51815ef9c (diff) | |
remove Linux-specific crud
Diffstat (limited to 'src/errno/ERANGE.h')
| -rw-r--r-- | src/errno/ERANGE.h | 6 |
1 files changed, 0 insertions, 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 |
