aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2024-01-01 10:12:26 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2024-01-01 10:53:40 -0800
commitdff8da6b3e89b986bb7f6b1ec18cf65d5972e307 (patch)
tree09151f6e3abfe04e677d62d685088a16c23e7dcf /include
parentcf9481724bcb86ad4a86cca7befed74bb9cc15eb (diff)
downloadglibc-dff8da6b3e89b986bb7f6b1ec18cf65d5972e307.zip
glibc-dff8da6b3e89b986bb7f6b1ec18cf65d5972e307.tar.gz
glibc-dff8da6b3e89b986bb7f6b1ec18cf65d5972e307.tar.bz2
Update copyright dates with scripts/update-copyrights
Diffstat (limited to 'include')
-rw-r--r--include/alloc_buffer.h2
-rw-r--r--include/allocate_once.h2
-rw-r--r--include/array_length.h2
-rw-r--r--include/atomic.h2
-rw-r--r--include/atomic_wide_counter.h2
-rw-r--r--include/bits/xopen_lim.h2
-rw-r--r--include/features.h2
-rw-r--r--include/file_change_detection.h2
-rw-r--r--include/filename.h2
-rw-r--r--include/gnu-versions.h2
-rw-r--r--include/gnu/libc-version.h2
-rw-r--r--include/idx.h2
-rw-r--r--include/ifunc-impl-list.h2
-rw-r--r--include/inline-hashtab.h2
-rw-r--r--include/intprops.h2
-rw-r--r--include/libc-diag.h2
-rw-r--r--include/libc-internal.h2
-rw-r--r--include/libc-pointer-arith.h2
-rw-r--r--include/libc-symbols.h2
-rw-r--r--include/limits.h2
-rw-r--r--include/link.h2
-rw-r--r--include/list.h2
-rw-r--r--include/list_t.h2
-rw-r--r--include/loop_unroll.h2
-rw-r--r--include/math-narrow-eval.h2
-rw-r--r--include/nss_dns.h2
-rw-r--r--include/nss_files.h2
-rw-r--r--include/printf_buffer.h2
-rw-r--r--include/programs/xasprintf.h2
-rw-r--r--include/programs/xmalloc.h2
-rw-r--r--include/random-bits.h2
-rw-r--r--include/register-atfork.h2
-rw-r--r--include/rounding-mode.h2
-rw-r--r--include/rtld-malloc.h2
-rw-r--r--include/scratch_buffer.h2
-rw-r--r--include/set-freeres.h2
-rw-r--r--include/shlib-compat.h2
-rw-r--r--include/shm-directory.h2
-rw-r--r--include/stackinfo.h2
-rw-r--r--include/stap-probe.h2
-rw-r--r--include/stdc-predef.h2
-rw-r--r--include/sys/sysmacros.h2
-rw-r--r--include/sys/time.h2
-rw-r--r--include/unistd_ext.h2
-rw-r--r--include/values.h2
45 files changed, 45 insertions, 45 deletions
diff --git a/include/alloc_buffer.h b/include/alloc_buffer.h
index 5dcd009..888b976 100644
--- a/include/alloc_buffer.h
+++ b/include/alloc_buffer.h
@@ -1,5 +1,5 @@
/* Allocation from a fixed-size buffer.
- Copyright (C) 2017-2023 Free Software Foundation, Inc.
+ Copyright (C) 2017-2024 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
diff --git a/include/allocate_once.h b/include/allocate_once.h
index 7d9d71c..1d2393d 100644
--- a/include/allocate_once.h
+++ b/include/allocate_once.h
@@ -1,5 +1,5 @@
/* Allocate and initialize an object once, in a thread-safe fashion.
- Copyright (C) 2018-2023 Free Software Foundation, Inc.
+ Copyright (C) 2018-2024 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
diff --git a/include/array_length.h b/include/array_length.h
index 14b758f..da1a700 100644
--- a/include/array_length.h
+++ b/include/array_length.h
@@ -1,5 +1,5 @@
/* The array_length and array_end macros.
- Copyright (C) 2017-2023 Free Software Foundation, Inc.
+ Copyright (C) 2017-2024 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
diff --git a/include/atomic.h b/include/atomic.h
index 29d9e90..3ec4a0e 100644
--- a/include/atomic.h
+++ b/include/atomic.h
@@ -1,5 +1,5 @@
/* Internal macros for atomic operations for GNU C Library.
- Copyright (C) 2002-2023 Free Software Foundation, Inc.
+ Copyright (C) 2002-2024 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
diff --git a/include/atomic_wide_counter.h b/include/atomic_wide_counter.h
index eb6b393..129c1b5 100644
--- a/include/atomic_wide_counter.h
+++ b/include/atomic_wide_counter.h
@@ -1,5 +1,5 @@
/* Monotonically increasing wide counters (at least 62 bits).
- Copyright (C) 2016-2023 Free Software Foundation, Inc.
+ Copyright (C) 2016-2024 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
diff --git a/include/bits/xopen_lim.h b/include/bits/xopen_lim.h
index 2c1d090..7677319 100644
--- a/include/bits/xopen_lim.h
+++ b/include/bits/xopen_lim.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 1996-2023 Free Software Foundation, Inc.
+/* Copyright (C) 1996-2024 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
diff --git a/include/features.h b/include/features.h
index 7c51b4a..1c38393 100644
--- a/include/features.h
+++ b/include/features.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991-2023 Free Software Foundation, Inc.
+/* Copyright (C) 1991-2024 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
diff --git a/include/file_change_detection.h b/include/file_change_detection.h
index c9b86b7..f6926d11 100644
--- a/include/file_change_detection.h
+++ b/include/file_change_detection.h
@@ -1,5 +1,5 @@
/* Detecting file changes using modification times.
- Copyright (C) 2017-2023 Free Software Foundation, Inc.
+ Copyright (C) 2017-2024 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
diff --git a/include/filename.h b/include/filename.h
index a2400a9..4f0f0fb 100644
--- a/include/filename.h
+++ b/include/filename.h
@@ -1,5 +1,5 @@
/* Basic filename support macros.
- Copyright (C) 2001-2023 Free Software Foundation, Inc.
+ Copyright (C) 2001-2024 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
diff --git a/include/gnu-versions.h b/include/gnu-versions.h
index c5891ee..c4db3c9 100644
--- a/include/gnu-versions.h
+++ b/include/gnu-versions.h
@@ -1,5 +1,5 @@
/* Header with interface version macros for library pieces copied elsewhere.
- Copyright (C) 1995-2023 Free Software Foundation, Inc.
+ Copyright (C) 1995-2024 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
diff --git a/include/gnu/libc-version.h b/include/gnu/libc-version.h
index 1773275..dfd49c8 100644
--- a/include/gnu/libc-version.h
+++ b/include/gnu/libc-version.h
@@ -1,5 +1,5 @@
/* Interface to GNU libc specific functions for version information.
- Copyright (C) 1998-2023 Free Software Foundation, Inc.
+ Copyright (C) 1998-2024 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
diff --git a/include/idx.h b/include/idx.h
index 1ce6dd0..09a32ee 100644
--- a/include/idx.h
+++ b/include/idx.h
@@ -1,5 +1,5 @@
/* A type for indices and sizes.
- Copyright (C) 2020-2023 Free Software Foundation, Inc.
+ Copyright (C) 2020-2024 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
diff --git a/include/ifunc-impl-list.h b/include/ifunc-impl-list.h
index efec289..076624e 100644
--- a/include/ifunc-impl-list.h
+++ b/include/ifunc-impl-list.h
@@ -1,5 +1,5 @@
/* Internal header file for __libc_supported_implementations.
- Copyright (C) 2012-2023 Free Software Foundation, Inc.
+ Copyright (C) 2012-2024 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
diff --git a/include/inline-hashtab.h b/include/inline-hashtab.h
index a9564cc..ff43038 100644
--- a/include/inline-hashtab.h
+++ b/include/inline-hashtab.h
@@ -1,5 +1,5 @@
/* Fully-inline hash table, used mainly for managing TLS descriptors.
- Copyright (C) 1999-2023 Free Software Foundation, Inc.
+ Copyright (C) 1999-2024 Free Software Foundation, Inc.
This file is part of the GNU C Library.
This file is derived from a 2003's version of libiberty's
diff --git a/include/intprops.h b/include/intprops.h
index ce38151..02235f0 100644
--- a/include/intprops.h
+++ b/include/intprops.h
@@ -1,6 +1,6 @@
/* intprops.h -- properties of integer types
- Copyright (C) 2001-2023 Free Software Foundation, Inc.
+ Copyright (C) 2001-2024 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify it
under the terms of the GNU Lesser General Public License as published
diff --git a/include/libc-diag.h b/include/libc-diag.h
index dada76a..4b1c916 100644
--- a/include/libc-diag.h
+++ b/include/libc-diag.h
@@ -1,5 +1,5 @@
/* Macros for controlling diagnostic output from the compiler.
- Copyright (C) 2014-2023 Free Software Foundation, Inc.
+ Copyright (C) 2014-2024 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
diff --git a/include/libc-internal.h b/include/libc-internal.h
index 0830ff9..87ac591 100644
--- a/include/libc-internal.h
+++ b/include/libc-internal.h
@@ -1,5 +1,5 @@
/* Internal prototype declarations that don't fit anywhere else.
- Copyright (C) 2000-2023 Free Software Foundation, Inc.
+ Copyright (C) 2000-2024 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
diff --git a/include/libc-pointer-arith.h b/include/libc-pointer-arith.h
index aa57e59..2456644 100644
--- a/include/libc-pointer-arith.h
+++ b/include/libc-pointer-arith.h
@@ -1,5 +1,5 @@
/* Helper macros for pointer arithmetic.
- Copyright (C) 2012-2023 Free Software Foundation, Inc.
+ Copyright (C) 2012-2024 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
diff --git a/include/libc-symbols.h b/include/libc-symbols.h
index a226119..e21bb59 100644
--- a/include/libc-symbols.h
+++ b/include/libc-symbols.h
@@ -1,6 +1,6 @@
/* Support macros for making weak and strong aliases for symbols,
and for using symbol sets and linker warnings with GNU ld.
- Copyright (C) 1995-2023 Free Software Foundation, Inc.
+ Copyright (C) 1995-2024 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
diff --git a/include/limits.h b/include/limits.h
index 6f30cbe..87796f2 100644
--- a/include/limits.h
+++ b/include/limits.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991-2023 Free Software Foundation, Inc.
+/* Copyright (C) 1991-2024 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
diff --git a/include/link.h b/include/link.h
index adb3886..cb0d7d8 100644
--- a/include/link.h
+++ b/include/link.h
@@ -1,6 +1,6 @@
/* Data structure for communication from the run-time dynamic linker for
loaded ELF shared objects.
- Copyright (C) 1995-2023 Free Software Foundation, Inc.
+ Copyright (C) 1995-2024 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
diff --git a/include/list.h b/include/list.h
index c4e36c6..eca57c0 100644
--- a/include/list.h
+++ b/include/list.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2002-2024 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
diff --git a/include/list_t.h b/include/list_t.h
index cd88276..85d3572 100644
--- a/include/list_t.h
+++ b/include/list_t.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2002-2024 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
diff --git a/include/loop_unroll.h b/include/loop_unroll.h
index 34f4683..e745def 100644
--- a/include/loop_unroll.h
+++ b/include/loop_unroll.h
@@ -1,5 +1,5 @@
/* Macro for explicit loop unrolling.
- Copyright (C) 2019-2023 Free Software Foundation, Inc.
+ Copyright (C) 2019-2024 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
diff --git a/include/math-narrow-eval.h b/include/math-narrow-eval.h
index d141d77..3366600 100644
--- a/include/math-narrow-eval.h
+++ b/include/math-narrow-eval.h
@@ -1,5 +1,5 @@
/* Narrow floating-point values to their semantic type.
- Copyright (C) 2015-2023 Free Software Foundation, Inc.
+ Copyright (C) 2015-2024 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
diff --git a/include/nss_dns.h b/include/nss_dns.h
index 780862a3c..904c942 100644
--- a/include/nss_dns.h
+++ b/include/nss_dns.h
@@ -1,5 +1,5 @@
/* Internal routines for nss_dns.
- Copyright (C) 2021-2023 Free Software Foundation, Inc.
+ Copyright (C) 2021-2024 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
diff --git a/include/nss_files.h b/include/nss_files.h
index a99d9cc..adf934f 100644
--- a/include/nss_files.h
+++ b/include/nss_files.h
@@ -1,5 +1,5 @@
/* Internal routines for nss_files.
- Copyright (C) 2020-2023 Free Software Foundation, Inc.
+ Copyright (C) 2020-2024 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
diff --git a/include/printf_buffer.h b/include/printf_buffer.h
index 21f3882..eff8e34 100644
--- a/include/printf_buffer.h
+++ b/include/printf_buffer.h
@@ -1,5 +1,5 @@
/* Multibyte and wide buffers for implementing printf-related functions.
- Copyright (C) 2022-2023 Free Software Foundation, Inc.
+ Copyright (C) 2022-2024 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
diff --git a/include/programs/xasprintf.h b/include/programs/xasprintf.h
index 090114d..42d4a66 100644
--- a/include/programs/xasprintf.h
+++ b/include/programs/xasprintf.h
@@ -1,5 +1,5 @@
/* asprintf with out of memory checking
- Copyright (C) 2020-2023 Free Software Foundation, Inc.
+ Copyright (C) 2020-2024 Free Software Foundation, Inc.
This file is part of the GNU C Library.
This program is free software; you can redistribute it and/or modify
diff --git a/include/programs/xmalloc.h b/include/programs/xmalloc.h
index 961ff5d..dd56bd1 100644
--- a/include/programs/xmalloc.h
+++ b/include/programs/xmalloc.h
@@ -1,5 +1,5 @@
/* Memory related definitions for program modules.
- Copyright (C) 1998-2023 Free Software Foundation, Inc.
+ Copyright (C) 1998-2024 Free Software Foundation, Inc.
This file is part of the GNU C Library.
This program is free software; you can redistribute it and/or modify
diff --git a/include/random-bits.h b/include/random-bits.h
index 5f5a8fb..ac04ed9 100644
--- a/include/random-bits.h
+++ b/include/random-bits.h
@@ -1,5 +1,5 @@
/* Fast pseudo-random bits based on clock_gettime.
- Copyright (C) 2019-2023 Free Software Foundation, Inc.
+ Copyright (C) 2019-2024 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
diff --git a/include/register-atfork.h b/include/register-atfork.h
index e575698..0331a0a 100644
--- a/include/register-atfork.h
+++ b/include/register-atfork.h
@@ -1,5 +1,5 @@
/* Internal pthread_atfork definitions.
- Copyright (C) 2021-2023 Free Software Foundation, Inc.
+ Copyright (C) 2021-2024 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
diff --git a/include/rounding-mode.h b/include/rounding-mode.h
index a70360a..f86d8a5 100644
--- a/include/rounding-mode.h
+++ b/include/rounding-mode.h
@@ -1,5 +1,5 @@
/* Handle floating-point rounding mode within libc.
- Copyright (C) 2012-2023 Free Software Foundation, Inc.
+ Copyright (C) 2012-2024 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
diff --git a/include/rtld-malloc.h b/include/rtld-malloc.h
index 02f89bc..166890d 100644
--- a/include/rtld-malloc.h
+++ b/include/rtld-malloc.h
@@ -1,5 +1,5 @@
/* Redirection of malloc inside the dynamic linker.
- Copyright (C) 2020-2023 Free Software Foundation, Inc.
+ Copyright (C) 2020-2024 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
diff --git a/include/scratch_buffer.h b/include/scratch_buffer.h
index 33fd2b2..b94f872 100644
--- a/include/scratch_buffer.h
+++ b/include/scratch_buffer.h
@@ -1,5 +1,5 @@
/* Variable-sized buffer with on-stack default allocation.
- Copyright (C) 2015-2023 Free Software Foundation, Inc.
+ Copyright (C) 2015-2024 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
diff --git a/include/set-freeres.h b/include/set-freeres.h
index 866d0e3..4177b45 100644
--- a/include/set-freeres.h
+++ b/include/set-freeres.h
@@ -1,5 +1,5 @@
/* Macros for internal resource Freeing Hooks.
- Copyright (C) 2022 Free Software Foundation, Inc.
+ Copyright (C) 2022-2024 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
diff --git a/include/shlib-compat.h b/include/shlib-compat.h
index 24a648a..8a72670 100644
--- a/include/shlib-compat.h
+++ b/include/shlib-compat.h
@@ -1,5 +1,5 @@
/* Macros for managing ABI-compatibility definitions using ELF symbol versions.
- Copyright (C) 2000-2023 Free Software Foundation, Inc.
+ Copyright (C) 2000-2024 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
diff --git a/include/shm-directory.h b/include/shm-directory.h
index 7925613..5ba63e8 100644
--- a/include/shm-directory.h
+++ b/include/shm-directory.h
@@ -1,5 +1,5 @@
/* Header for directory for shm/sem files.
- Copyright (C) 2014-2023 Free Software Foundation, Inc.
+ Copyright (C) 2014-2024 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
diff --git a/include/stackinfo.h b/include/stackinfo.h
index 4b70ee5..15b9f7c 100644
--- a/include/stackinfo.h
+++ b/include/stackinfo.h
@@ -1,5 +1,5 @@
/* Details about the machine's stack: wrapper header.
- Copyright (C) 2014-2023 Free Software Foundation, Inc.
+ Copyright (C) 2014-2024 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
diff --git a/include/stap-probe.h b/include/stap-probe.h
index 80e88fb..552d532 100644
--- a/include/stap-probe.h
+++ b/include/stap-probe.h
@@ -1,5 +1,5 @@
/* Macros for defining Systemtap <sys/sdt.h> static probe points.
- Copyright (C) 2012-2023 Free Software Foundation, Inc.
+ Copyright (C) 2012-2024 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
diff --git a/include/stdc-predef.h b/include/stdc-predef.h
index d3cba52..2c5864a 100644
--- a/include/stdc-predef.h
+++ b/include/stdc-predef.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991-2023 Free Software Foundation, Inc.
+/* Copyright (C) 1991-2024 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
diff --git a/include/sys/sysmacros.h b/include/sys/sysmacros.h
index 326b77a..089b31d 100644
--- a/include/sys/sysmacros.h
+++ b/include/sys/sysmacros.h
@@ -1,5 +1,5 @@
/* Definitions of macros to access 'dev_t' values. Internal header.
- Copyright (C) 2018-2023 Free Software Foundation, Inc.
+ Copyright (C) 2018-2024 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
diff --git a/include/sys/time.h b/include/sys/time.h
index 882db8e..e9e0358 100644
--- a/include/sys/time.h
+++ b/include/sys/time.h
@@ -1,5 +1,5 @@
/* Time function internal interfaces.
- Copyright (C) 1997-2023 Free Software Foundation, Inc.
+ Copyright (C) 1997-2024 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
diff --git a/include/unistd_ext.h b/include/unistd_ext.h
index 8c93bde..2ab680c 100644
--- a/include/unistd_ext.h
+++ b/include/unistd_ext.h
@@ -1,5 +1,5 @@
/* unistd.h related helpers.
- Copyright (C) 2023 Free Software Foundation, Inc.
+ Copyright (C) 2023-2024 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
diff --git a/include/values.h b/include/values.h
index 54f81f1..2f457dd 100644
--- a/include/values.h
+++ b/include/values.h
@@ -1,5 +1,5 @@
/* Old compatibility names for <limits.h> and <float.h> constants.
- Copyright (C) 1995-2023 Free Software Foundation, Inc.
+ Copyright (C) 1995-2024 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