chore(deps): Update sqlite dependencies
This commit is contained in:
288
vendor/modernc.org/libc/limits/limits_linux_amd64.go
generated
vendored
288
vendor/modernc.org/libc/limits/limits_linux_amd64.go
generated
vendored
@ -1,4 +1,4 @@
|
||||
// Code generated by 'ccgo limits/gen.c -crt-import-path "" -export-defines "" -export-enums "" -export-externs X -export-fields F -export-structs "" -export-typedefs "" -header -hide _OSSwapInt16,_OSSwapInt32,_OSSwapInt64 -o limits/limits_linux_amd64.go -pkgname limits', DO NOT EDIT.
|
||||
// Code generated by 'ccgo limits/gen.c -crt-import-path "" -export-defines "" -export-enums "" -export-externs X -export-fields F -export-structs "" -export-typedefs "" -header -hide _OSSwapInt16,_OSSwapInt32,_OSSwapInt64 -ignore-unsupported-alignment -o limits/limits_linux_amd64.go -pkgname limits', DO NOT EDIT.
|
||||
|
||||
package limits
|
||||
|
||||
@ -15,114 +15,114 @@ var _ atomic.Value
|
||||
var _ unsafe.Pointer
|
||||
|
||||
const (
|
||||
AIO_PRIO_DELTA_MAX = 20
|
||||
BC_BASE_MAX = 99
|
||||
BC_DIM_MAX = 2048
|
||||
BC_SCALE_MAX = 99
|
||||
BC_STRING_MAX = 1000
|
||||
CHARCLASS_NAME_MAX = 2048
|
||||
CHAR_BIT = 8
|
||||
CHAR_MAX = 127
|
||||
CHAR_MIN = -128
|
||||
COLL_WEIGHTS_MAX = 255
|
||||
DELAYTIMER_MAX = 2147483647
|
||||
EXPR_NEST_MAX = 32
|
||||
HOST_NAME_MAX = 64
|
||||
INT_MAX = 2147483647
|
||||
INT_MIN = -2147483648
|
||||
LINE_MAX = 2048
|
||||
LLONG_MAX = 9223372036854775807
|
||||
LLONG_MIN = -9223372036854775808
|
||||
LOGIN_NAME_MAX = 256
|
||||
LONG_MAX = 9223372036854775807
|
||||
LONG_MIN = -9223372036854775808
|
||||
MAX_CANON = 255
|
||||
MAX_INPUT = 255
|
||||
MB_LEN_MAX = 16
|
||||
MQ_PRIO_MAX = 32768
|
||||
NAME_MAX = 255
|
||||
NGROUPS_MAX = 65536
|
||||
PATH_MAX = 4096
|
||||
PIPE_BUF = 4096
|
||||
PTHREAD_DESTRUCTOR_ITERATIONS = 4
|
||||
PTHREAD_KEYS_MAX = 1024
|
||||
PTHREAD_STACK_MIN = 16384
|
||||
RE_DUP_MAX = 32767
|
||||
RTSIG_MAX = 32
|
||||
SCHAR_MAX = 127
|
||||
SCHAR_MIN = -128
|
||||
SEM_VALUE_MAX = 2147483647
|
||||
SHRT_MAX = 32767
|
||||
SHRT_MIN = -32768
|
||||
SSIZE_MAX = 9223372036854775807
|
||||
TTY_NAME_MAX = 32
|
||||
UCHAR_MAX = 255
|
||||
UINT_MAX = 4294967295
|
||||
ULLONG_MAX = 18446744073709551615
|
||||
ULONG_MAX = 18446744073709551615
|
||||
USHRT_MAX = 65535
|
||||
XATTR_LIST_MAX = 65536
|
||||
XATTR_NAME_MAX = 255
|
||||
XATTR_SIZE_MAX = 65536
|
||||
X_ATFILE_SOURCE = 1
|
||||
X_BITS_POSIX1_LIM_H = 1
|
||||
X_BITS_POSIX2_LIM_H = 1
|
||||
X_DEFAULT_SOURCE = 1
|
||||
X_FEATURES_H = 1
|
||||
X_FILE_OFFSET_BITS = 64
|
||||
X_GCC_LIMITS_H_ = 0
|
||||
X_LIBC_LIMITS_H_ = 1
|
||||
X_LIMITS_H___ = 0
|
||||
X_LINUX_LIMITS_H = 0
|
||||
X_LP64 = 1
|
||||
X_POSIX2_BC_BASE_MAX = 99
|
||||
X_POSIX2_BC_DIM_MAX = 2048
|
||||
X_POSIX2_BC_SCALE_MAX = 99
|
||||
X_POSIX2_BC_STRING_MAX = 1000
|
||||
X_POSIX2_CHARCLASS_NAME_MAX = 14
|
||||
X_POSIX2_COLL_WEIGHTS_MAX = 2
|
||||
X_POSIX2_EXPR_NEST_MAX = 32
|
||||
X_POSIX2_LINE_MAX = 2048
|
||||
X_POSIX2_RE_DUP_MAX = 255
|
||||
X_POSIX_AIO_LISTIO_MAX = 2
|
||||
X_POSIX_AIO_MAX = 1
|
||||
X_POSIX_ARG_MAX = 4096
|
||||
X_POSIX_CHILD_MAX = 25
|
||||
X_POSIX_CLOCKRES_MIN = 20000000
|
||||
X_POSIX_C_SOURCE = 200809
|
||||
X_POSIX_DELAYTIMER_MAX = 32
|
||||
X_POSIX_HOST_NAME_MAX = 255
|
||||
X_POSIX_LINK_MAX = 8
|
||||
X_POSIX_LOGIN_NAME_MAX = 9
|
||||
X_POSIX_MAX_CANON = 255
|
||||
X_POSIX_MAX_INPUT = 255
|
||||
X_POSIX_MQ_OPEN_MAX = 8
|
||||
X_POSIX_MQ_PRIO_MAX = 32
|
||||
X_POSIX_NAME_MAX = 14
|
||||
X_POSIX_NGROUPS_MAX = 8
|
||||
X_POSIX_OPEN_MAX = 20
|
||||
X_POSIX_PATH_MAX = 256
|
||||
X_POSIX_PIPE_BUF = 512
|
||||
X_POSIX_RE_DUP_MAX = 255
|
||||
X_POSIX_RTSIG_MAX = 8
|
||||
X_POSIX_SEM_NSEMS_MAX = 256
|
||||
X_POSIX_SEM_VALUE_MAX = 32767
|
||||
X_POSIX_SIGQUEUE_MAX = 32
|
||||
X_POSIX_SOURCE = 1
|
||||
X_POSIX_SSIZE_MAX = 32767
|
||||
X_POSIX_STREAM_MAX = 8
|
||||
X_POSIX_SYMLINK_MAX = 255
|
||||
X_POSIX_SYMLOOP_MAX = 8
|
||||
X_POSIX_THREAD_DESTRUCTOR_ITERATIONS = 4
|
||||
X_POSIX_THREAD_KEYS_MAX = 128
|
||||
X_POSIX_THREAD_THREADS_MAX = 64
|
||||
X_POSIX_TIMER_MAX = 32
|
||||
X_POSIX_TTY_NAME_MAX = 9
|
||||
X_POSIX_TZNAME_MAX = 6
|
||||
X_STDC_PREDEF_H = 1
|
||||
X_SYS_CDEFS_H = 1
|
||||
Linux = 1
|
||||
Unix = 1
|
||||
AIO_PRIO_DELTA_MAX = 20 // local_lim.h:78:1:
|
||||
BC_BASE_MAX = 99 // posix2_lim.h:63:1:
|
||||
BC_DIM_MAX = 2048 // posix2_lim.h:66:1:
|
||||
BC_SCALE_MAX = 99 // posix2_lim.h:69:1:
|
||||
BC_STRING_MAX = 1000 // posix2_lim.h:72:1:
|
||||
CHARCLASS_NAME_MAX = 2048 // posix2_lim.h:84:1:
|
||||
CHAR_BIT = 8 // limits.h:64:1:
|
||||
CHAR_MAX = 127 // limits.h:99:1:
|
||||
CHAR_MIN = -128 // limits.h:97:1:
|
||||
COLL_WEIGHTS_MAX = 255 // posix2_lim.h:75:1:
|
||||
DELAYTIMER_MAX = 2147483647 // local_lim.h:84:1:
|
||||
EXPR_NEST_MAX = 32 // posix2_lim.h:78:1:
|
||||
HOST_NAME_MAX = 64 // local_lim.h:93:1:
|
||||
INT_MAX = 2147483647 // limits.h:120:1:
|
||||
INT_MIN = -2147483648 // limits.h:118:1:
|
||||
LINE_MAX = 2048 // posix2_lim.h:81:1:
|
||||
LLONG_MAX = 9223372036854775807 // limits.h:142:1:
|
||||
LLONG_MIN = -9223372036854775808 // limits.h:140:1:
|
||||
LOGIN_NAME_MAX = 256 // local_lim.h:90:1:
|
||||
LONG_MAX = 9223372036854775807 // limits.h:131:1:
|
||||
LONG_MIN = -9223372036854775808 // limits.h:129:1:
|
||||
MAX_CANON = 255 // limits.h:10:1:
|
||||
MAX_INPUT = 255 // limits.h:11:1:
|
||||
MB_LEN_MAX = 16 // limits.h:32:1:
|
||||
MQ_PRIO_MAX = 32768 // local_lim.h:96:1:
|
||||
NAME_MAX = 255 // limits.h:12:1:
|
||||
NGROUPS_MAX = 65536 // limits.h:7:1:
|
||||
PATH_MAX = 4096 // limits.h:13:1:
|
||||
PIPE_BUF = 4096 // limits.h:14:1:
|
||||
PTHREAD_DESTRUCTOR_ITERATIONS = 4 // local_lim.h:69:1:
|
||||
PTHREAD_KEYS_MAX = 1024 // local_lim.h:64:1:
|
||||
PTHREAD_STACK_MIN = 16384 // local_lim.h:81:1:
|
||||
RE_DUP_MAX = 32767 // posix2_lim.h:88:1:
|
||||
RTSIG_MAX = 32 // limits.h:19:1:
|
||||
SCHAR_MAX = 127 // limits.h:75:1:
|
||||
SCHAR_MIN = -128 // limits.h:73:1:
|
||||
SEM_VALUE_MAX = 2147483647 // local_lim.h:99:1:
|
||||
SHRT_MAX = 32767 // limits.h:106:1:
|
||||
SHRT_MIN = -32768 // limits.h:104:1:
|
||||
SSIZE_MAX = 9223372036854775807 // posix1_lim.h:169:1:
|
||||
TTY_NAME_MAX = 32 // local_lim.h:87:1:
|
||||
UCHAR_MAX = 255 // limits.h:82:1:
|
||||
UINT_MAX = 4294967295 // limits.h:124:1:
|
||||
ULLONG_MAX = 18446744073709551615 // limits.h:146:1:
|
||||
ULONG_MAX = 18446744073709551615 // limits.h:135:1:
|
||||
USHRT_MAX = 65535 // limits.h:113:1:
|
||||
XATTR_LIST_MAX = 65536 // limits.h:17:1:
|
||||
XATTR_NAME_MAX = 255 // limits.h:15:1:
|
||||
XATTR_SIZE_MAX = 65536 // limits.h:16:1:
|
||||
X_ATFILE_SOURCE = 1 // features.h:342:1:
|
||||
X_BITS_POSIX1_LIM_H = 1 // posix1_lim.h:25:1:
|
||||
X_BITS_POSIX2_LIM_H = 1 // posix2_lim.h:23:1:
|
||||
X_DEFAULT_SOURCE = 1 // features.h:227:1:
|
||||
X_FEATURES_H = 1 // features.h:19:1:
|
||||
X_FILE_OFFSET_BITS = 64 // <builtin>:25:1:
|
||||
X_GCC_LIMITS_H_ = 0 // limits.h:30:1:
|
||||
X_LIBC_LIMITS_H_ = 1 // limits.h:23:1:
|
||||
X_LIMITS_H___ = 0 // limits.h:60:1:
|
||||
X_LINUX_LIMITS_H = 0 // limits.h:3:1:
|
||||
X_LP64 = 1 // <predefined>:284:1:
|
||||
X_POSIX2_BC_BASE_MAX = 99 // posix2_lim.h:27:1:
|
||||
X_POSIX2_BC_DIM_MAX = 2048 // posix2_lim.h:30:1:
|
||||
X_POSIX2_BC_SCALE_MAX = 99 // posix2_lim.h:33:1:
|
||||
X_POSIX2_BC_STRING_MAX = 1000 // posix2_lim.h:36:1:
|
||||
X_POSIX2_CHARCLASS_NAME_MAX = 14 // posix2_lim.h:55:1:
|
||||
X_POSIX2_COLL_WEIGHTS_MAX = 2 // posix2_lim.h:40:1:
|
||||
X_POSIX2_EXPR_NEST_MAX = 32 // posix2_lim.h:44:1:
|
||||
X_POSIX2_LINE_MAX = 2048 // posix2_lim.h:47:1:
|
||||
X_POSIX2_RE_DUP_MAX = 255 // posix2_lim.h:51:1:
|
||||
X_POSIX_AIO_LISTIO_MAX = 2 // posix1_lim.h:32:1:
|
||||
X_POSIX_AIO_MAX = 1 // posix1_lim.h:35:1:
|
||||
X_POSIX_ARG_MAX = 4096 // posix1_lim.h:38:1:
|
||||
X_POSIX_CHILD_MAX = 25 // posix1_lim.h:42:1:
|
||||
X_POSIX_CLOCKRES_MIN = 20000000 // posix1_lim.h:157:1:
|
||||
X_POSIX_C_SOURCE = 200809 // features.h:281:1:
|
||||
X_POSIX_DELAYTIMER_MAX = 32 // posix1_lim.h:48:1:
|
||||
X_POSIX_HOST_NAME_MAX = 255 // posix1_lim.h:52:1:
|
||||
X_POSIX_LINK_MAX = 8 // posix1_lim.h:55:1:
|
||||
X_POSIX_LOGIN_NAME_MAX = 9 // posix1_lim.h:58:1:
|
||||
X_POSIX_MAX_CANON = 255 // posix1_lim.h:61:1:
|
||||
X_POSIX_MAX_INPUT = 255 // posix1_lim.h:65:1:
|
||||
X_POSIX_MQ_OPEN_MAX = 8 // posix1_lim.h:68:1:
|
||||
X_POSIX_MQ_PRIO_MAX = 32 // posix1_lim.h:71:1:
|
||||
X_POSIX_NAME_MAX = 14 // posix1_lim.h:74:1:
|
||||
X_POSIX_NGROUPS_MAX = 8 // posix1_lim.h:78:1:
|
||||
X_POSIX_OPEN_MAX = 20 // posix1_lim.h:85:1:
|
||||
X_POSIX_PATH_MAX = 256 // posix1_lim.h:97:1:
|
||||
X_POSIX_PIPE_BUF = 512 // posix1_lim.h:100:1:
|
||||
X_POSIX_RE_DUP_MAX = 255 // posix1_lim.h:104:1:
|
||||
X_POSIX_RTSIG_MAX = 8 // posix1_lim.h:107:1:
|
||||
X_POSIX_SEM_NSEMS_MAX = 256 // posix1_lim.h:110:1:
|
||||
X_POSIX_SEM_VALUE_MAX = 32767 // posix1_lim.h:113:1:
|
||||
X_POSIX_SIGQUEUE_MAX = 32 // posix1_lim.h:116:1:
|
||||
X_POSIX_SOURCE = 1 // features.h:279:1:
|
||||
X_POSIX_SSIZE_MAX = 32767 // posix1_lim.h:119:1:
|
||||
X_POSIX_STREAM_MAX = 8 // posix1_lim.h:122:1:
|
||||
X_POSIX_SYMLINK_MAX = 255 // posix1_lim.h:125:1:
|
||||
X_POSIX_SYMLOOP_MAX = 8 // posix1_lim.h:129:1:
|
||||
X_POSIX_THREAD_DESTRUCTOR_ITERATIONS = 4 // local_lim.h:67:1:
|
||||
X_POSIX_THREAD_KEYS_MAX = 128 // local_lim.h:62:1:
|
||||
X_POSIX_THREAD_THREADS_MAX = 64 // local_lim.h:72:1:
|
||||
X_POSIX_TIMER_MAX = 32 // posix1_lim.h:132:1:
|
||||
X_POSIX_TTY_NAME_MAX = 9 // posix1_lim.h:135:1:
|
||||
X_POSIX_TZNAME_MAX = 6 // posix1_lim.h:139:1:
|
||||
X_STDC_PREDEF_H = 1 // <predefined>:162:1:
|
||||
X_SYS_CDEFS_H = 1 // cdefs.h:19:1:
|
||||
Linux = 1 // <predefined>:231:1:
|
||||
Unix = 1 // <predefined>:177:1:
|
||||
)
|
||||
|
||||
type Ptrdiff_t = int64 /* <builtin>:3:26 */
|
||||
@ -143,7 +143,7 @@ type X__uint128_t = struct {
|
||||
type X__builtin_va_list = uintptr /* <builtin>:46:14 */
|
||||
type X__float128 = float64 /* <builtin>:47:21 */
|
||||
|
||||
// Copyright (C) 1992-2018 Free Software Foundation, Inc.
|
||||
// Copyright (C) 1992-2020 Free Software Foundation, Inc.
|
||||
//
|
||||
// This file is part of GCC.
|
||||
//
|
||||
@ -178,7 +178,7 @@ type X__float128 = float64 /* <builtin>:47:21 */
|
||||
// If fixincludes fixes it, then the fixed version is installed
|
||||
// instead of this text.
|
||||
|
||||
// Copyright (C) 1991-2018 Free Software Foundation, Inc.
|
||||
// Copyright (C) 1991-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
|
||||
@ -193,12 +193,12 @@ type X__float128 = float64 /* <builtin>:47:21 */
|
||||
//
|
||||
// You should have received a copy of the GNU Lesser General Public
|
||||
// License along with the GNU C Library; if not, see
|
||||
// <http://www.gnu.org/licenses/>.
|
||||
// <https://www.gnu.org/licenses/>.
|
||||
|
||||
// ISO C99 Standard: 7.10/5.2.4.2.1 Sizes of integer types <limits.h>
|
||||
|
||||
// Handle feature test macros at the start of a header.
|
||||
// Copyright (C) 2016-2018 Free Software Foundation, Inc.
|
||||
// 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
|
||||
@ -213,7 +213,7 @@ type X__float128 = float64 /* <builtin>:47:21 */
|
||||
//
|
||||
// You should have received a copy of the GNU Lesser General Public
|
||||
// License along with the GNU C Library; if not, see
|
||||
// <http://www.gnu.org/licenses/>.
|
||||
// <https://www.gnu.org/licenses/>.
|
||||
|
||||
// This header is internal to glibc and should not be included outside
|
||||
// of glibc headers. Headers including it must define
|
||||
@ -223,7 +223,7 @@ type X__float128 = float64 /* <builtin>:47:21 */
|
||||
// header is included, not when the first system header is
|
||||
// included.
|
||||
|
||||
// Copyright (C) 1991-2018 Free Software Foundation, Inc.
|
||||
// Copyright (C) 1991-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
|
||||
@ -238,7 +238,7 @@ type X__float128 = float64 /* <builtin>:47:21 */
|
||||
//
|
||||
// You should have received a copy of the GNU Lesser General Public
|
||||
// License along with the GNU C Library; if not, see
|
||||
// <http://www.gnu.org/licenses/>.
|
||||
// <https://www.gnu.org/licenses/>.
|
||||
|
||||
// These are defined by the user (or the compiler)
|
||||
// to specify the desired environment:
|
||||
@ -246,6 +246,7 @@ type X__float128 = float64 /* <builtin>:47:21 */
|
||||
// __STRICT_ANSI__ ISO Standard C.
|
||||
// _ISOC99_SOURCE Extensions to ISO C89 from ISO C99.
|
||||
// _ISOC11_SOURCE Extensions to ISO C99 from ISO C11.
|
||||
// _ISOC2X_SOURCE Extensions to ISO C99 from ISO C2X.
|
||||
// __STDC_WANT_LIB_EXT2__
|
||||
// Extensions to ISO C99 from TR 27431-2:2010.
|
||||
// __STDC_WANT_IEC_60559_BFP_EXT__
|
||||
@ -366,6 +367,8 @@ type X__float128 = float64 /* <builtin>:47:21 */
|
||||
// If nothing (other than _GNU_SOURCE and _DEFAULT_SOURCE) is defined,
|
||||
// define _DEFAULT_SOURCE.
|
||||
|
||||
// This is to enable the ISO C2X extension.
|
||||
|
||||
// This is to enable the ISO C11 extension.
|
||||
|
||||
// This is to enable the ISO C99 extension.
|
||||
@ -388,9 +391,22 @@ type X__float128 = float64 /* <builtin>:47:21 */
|
||||
// compatibility with various implementations of <cstdio>, this test
|
||||
// must consider only the value of __cplusplus when compiling C++.
|
||||
|
||||
// GNU formerly extended the scanf functions with modified format
|
||||
// specifiers %as, %aS, and %a[...] that allocate a buffer for the
|
||||
// input using malloc. This extension conflicts with ISO C99, which
|
||||
// defines %a as a standalone format specifier that reads a floating-
|
||||
// point number; moreover, POSIX.1-2008 provides the same feature
|
||||
// using the modifier letter 'm' instead (%ms, %mS, %m[...]).
|
||||
//
|
||||
// We now follow C99 unless GNU extensions are active and the compiler
|
||||
// is specifically in C89 or C++98 mode (strict or not). For
|
||||
// instance, with GCC, -std=gnu11 will have C99-compliant scanf with
|
||||
// or without -D_GNU_SOURCE, but -std=c89 -D_GNU_SOURCE will have the
|
||||
// old extension.
|
||||
|
||||
// Get definitions of __STDC_* predefined macros, if the compiler has
|
||||
// not preincluded this header automatically.
|
||||
// Copyright (C) 1991-2018 Free Software Foundation, Inc.
|
||||
// Copyright (C) 1991-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
|
||||
@ -405,7 +421,7 @@ type X__float128 = float64 /* <builtin>:47:21 */
|
||||
//
|
||||
// You should have received a copy of the GNU Lesser General Public
|
||||
// License along with the GNU C Library; if not, see
|
||||
// <http://www.gnu.org/licenses/>.
|
||||
// <https://www.gnu.org/licenses/>.
|
||||
|
||||
// This macro indicates that the installed library is the GNU C Library.
|
||||
// For historic reasons the value now is 6 and this will stay from now
|
||||
@ -418,7 +434,7 @@ type X__float128 = float64 /* <builtin>:47:21 */
|
||||
// these macros to test for features in specific releases.
|
||||
|
||||
// This is here only because every header file already includes this one.
|
||||
// Copyright (C) 1992-2018 Free Software Foundation, Inc.
|
||||
// Copyright (C) 1992-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
|
||||
@ -433,7 +449,7 @@ type X__float128 = float64 /* <builtin>:47:21 */
|
||||
//
|
||||
// You should have received a copy of the GNU Lesser General Public
|
||||
// License along with the GNU C Library; if not, see
|
||||
// <http://www.gnu.org/licenses/>.
|
||||
// <https://www.gnu.org/licenses/>.
|
||||
|
||||
// We are almost always included from features.h.
|
||||
|
||||
@ -548,7 +564,7 @@ type X__float128 = float64 /* <builtin>:47:21 */
|
||||
// semantics.
|
||||
//
|
||||
// clang++ identifies itself as gcc-4.2, but has support for GNU inlining
|
||||
// semantics, that can be checked fot by using the __GNUC_STDC_INLINE_ and
|
||||
// semantics, that can be checked for by using the __GNUC_STDC_INLINE_ and
|
||||
// __GNUC_GNU_INLINE__ macro definitions.
|
||||
|
||||
// GCC 4.3 and above allow passing all anonymous arguments of an
|
||||
@ -569,11 +585,15 @@ type X__float128 = float64 /* <builtin>:47:21 */
|
||||
// argument to strncpy and strncat, as the char array is not necessarily
|
||||
// a NUL-terminated string.
|
||||
|
||||
// Undefine (also defined in libc-symbols.h).
|
||||
// Copies attributes from the declaration or type referenced by
|
||||
// the argument.
|
||||
|
||||
// Determine the wordsize from the preprocessor defines.
|
||||
|
||||
// Both x86-64 and x32 use the 64-bit system call interface.
|
||||
// Properties of long double type. ldbl-96 version.
|
||||
// Copyright (C) 2016-2018 Free Software Foundation, Inc.
|
||||
// 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
|
||||
@ -588,7 +608,7 @@ type X__float128 = float64 /* <builtin>:47:21 */
|
||||
//
|
||||
// You should have received a copy of the GNU Lesser General Public
|
||||
// License along with the GNU C Library; if not, see
|
||||
// <http://www.gnu.org/licenses/>.
|
||||
// <https://www.gnu.org/licenses/>.
|
||||
|
||||
// long double is distinct from double, so there is nothing to
|
||||
// define here.
|
||||
@ -629,10 +649,14 @@ type X__float128 = float64 /* <builtin>:47:21 */
|
||||
// macro.
|
||||
|
||||
// ISO/IEC TS 18661-1:2014 defines the __STDC_WANT_IEC_60559_BFP_EXT__
|
||||
// macro.
|
||||
// macro. Most but not all symbols enabled by that macro in TS
|
||||
// 18661-1 are enabled unconditionally in C2X; the symbols in Annex F
|
||||
// still require that macro in C2X.
|
||||
|
||||
// ISO/IEC TS 18661-4:2015 defines the
|
||||
// __STDC_WANT_IEC_60559_FUNCS_EXT__ macro.
|
||||
// __STDC_WANT_IEC_60559_FUNCS_EXT__ macro. Other than the reduction
|
||||
// functions, the symbols from this TS are enabled unconditionally in
|
||||
// C2X.
|
||||
|
||||
// ISO/IEC TS 18661-3:2015 defines the
|
||||
// __STDC_WANT_IEC_60559_TYPES_EXT__ macro.
|
||||
@ -659,7 +683,7 @@ type X__float128 = float64 /* <builtin>:47:21 */
|
||||
// __STDC_WANT_IEC_60559_BFP_EXT__ is used to enable this feature.
|
||||
|
||||
// POSIX adds things to <limits.h>.
|
||||
// Copyright (C) 1991-2018 Free Software Foundation, Inc.
|
||||
// Copyright (C) 1991-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
|
||||
@ -674,7 +698,7 @@ type X__float128 = float64 /* <builtin>:47:21 */
|
||||
//
|
||||
// You should have received a copy of the GNU Lesser General Public
|
||||
// License along with the GNU C Library; if not, see
|
||||
// <http://www.gnu.org/licenses/>.
|
||||
// <https://www.gnu.org/licenses/>.
|
||||
|
||||
// POSIX Standard: 2.9.2 Minimum Values Added to <limits.h>
|
||||
//
|
||||
@ -752,7 +776,7 @@ type X__float128 = float64 /* <builtin>:47:21 */
|
||||
|
||||
// Get the implementation-specific values for the above.
|
||||
// Minimum guaranteed maximum values for system limits. Linux version.
|
||||
// Copyright (C) 1993-2018 Free Software Foundation, Inc.
|
||||
// Copyright (C) 1993-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
|
||||
@ -767,7 +791,7 @@ type X__float128 = float64 /* <builtin>:47:21 */
|
||||
//
|
||||
// You should have received a copy of the GNU Lesser General Public
|
||||
// License along with the GNU C Library; see the file COPYING.LIB. If
|
||||
// not, see <http://www.gnu.org/licenses/>.
|
||||
// not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
// The kernel header pollutes the namespace with the NR_OPEN symbol
|
||||
// and defines LINK_MAX although filesystems have different maxima. A
|
||||
@ -816,7 +840,7 @@ type X__float128 = float64 /* <builtin>:47:21 */
|
||||
// This value is a guaranteed minimum maximum.
|
||||
// The current maximum can be got from `sysconf'.
|
||||
|
||||
// Copyright (C) 1991-2018 Free Software Foundation, Inc.
|
||||
// Copyright (C) 1991-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
|
||||
@ -831,7 +855,7 @@ type X__float128 = float64 /* <builtin>:47:21 */
|
||||
//
|
||||
// You should have received a copy of the GNU Lesser General Public
|
||||
// License along with the GNU C Library; if not, see
|
||||
// <http://www.gnu.org/licenses/>.
|
||||
// <https://www.gnu.org/licenses/>.
|
||||
|
||||
// Never include this file directly; include <limits.h> instead.
|
||||
|
||||
@ -863,7 +887,7 @@ type X__float128 = float64 /* <builtin>:47:21 */
|
||||
|
||||
// This value is defined like this in regex.h.
|
||||
|
||||
// Copyright (C) 1991-2018 Free Software Foundation, Inc.
|
||||
// Copyright (C) 1991-2020 Free Software Foundation, Inc.
|
||||
//
|
||||
// This file is part of GCC.
|
||||
//
|
||||
|
Reference in New Issue
Block a user