diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2021-04-04 11:54:47 -0700 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2021-04-04 12:04:02 -0700 |
| commit | 0e2da1137980d31b1a1e4577dbd697d4a41cfa9b (patch) | |
| tree | 85e364afe6dfb3bc021b82f1946046ae787563e8 /lib/libc/include/s390x-linux-gnu/bits/flt-eval-method.h | |
| parent | 5ce45240277a6383731ef5e371e5dcbb36ada343 (diff) | |
| download | zig-0e2da1137980d31b1a1e4577dbd697d4a41cfa9b.tar.gz zig-0e2da1137980d31b1a1e4577dbd697d4a41cfa9b.zip | |
glibc: update headers to 2.33
This introduces csky support.
Diffstat (limited to 'lib/libc/include/s390x-linux-gnu/bits/flt-eval-method.h')
| -rw-r--r-- | lib/libc/include/s390x-linux-gnu/bits/flt-eval-method.h | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/lib/libc/include/s390x-linux-gnu/bits/flt-eval-method.h b/lib/libc/include/s390x-linux-gnu/bits/flt-eval-method.h deleted file mode 100644 index 476c45e684..0000000000 --- a/lib/libc/include/s390x-linux-gnu/bits/flt-eval-method.h +++ /dev/null @@ -1,24 +0,0 @@ -/* Define __GLIBC_FLT_EVAL_METHOD. S/390 version. - Copyright (C) 2016-2020 Free Software Foundation, Inc. - This file is part of the GNU C Library. - - The GNU C Library is free software; you can redistribute it and/or - modify it under the terms of the GNU Lesser General Public - License as published by the Free Software Foundation; either - version 2.1 of the License, or (at your option) any later version. - - The GNU C Library is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Lesser General Public License for more details. - - You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, see - <https://www.gnu.org/licenses/>. */ - -#ifndef _MATH_H -# error "Never use <bits/flt-eval-method.h> directly; include <math.h> instead." -#endif - -/* This value is used because of a historical mistake. */ -#define __GLIBC_FLT_EVAL_METHOD 1
\ No newline at end of file |
