diff options
Diffstat (limited to 'sysdeps/arc')
44 files changed, 44 insertions, 44 deletions
diff --git a/sysdeps/arc/Makefile b/sysdeps/arc/Makefile index 961aa96..4a670b2 100644 --- a/sysdeps/arc/Makefile +++ b/sysdeps/arc/Makefile @@ -1,5 +1,5 @@ # ARC Makefile -# Copyright (C) 2020-2022 Free Software Foundation, Inc. +# Copyright (C) 2020-2023 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/sysdeps/arc/__longjmp.S b/sysdeps/arc/__longjmp.S index 685f6a7..a57054b 100644 --- a/sysdeps/arc/__longjmp.S +++ b/sysdeps/arc/__longjmp.S @@ -1,5 +1,5 @@ /* longjmp for ARC. - Copyright (C) 2020-2022 Free Software Foundation, Inc. + Copyright (C) 2020-2023 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/sysdeps/arc/atomic-machine.h b/sysdeps/arc/atomic-machine.h index 3d17f78..6ac3d87 100644 --- a/sysdeps/arc/atomic-machine.h +++ b/sysdeps/arc/atomic-machine.h @@ -1,5 +1,5 @@ /* Low-level functions for atomic operations. ARC version. - Copyright (C) 2020-2022 Free Software Foundation, Inc. + Copyright (C) 2020-2023 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/sysdeps/arc/bits/fenv.h b/sysdeps/arc/bits/fenv.h index 92960b4..cf96d21 100644 --- a/sysdeps/arc/bits/fenv.h +++ b/sysdeps/arc/bits/fenv.h @@ -1,5 +1,5 @@ /* Floating point environment. ARC version. - Copyright (C) 2020-2022 Free Software Foundation, Inc. + Copyright (C) 2020-2023 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/sysdeps/arc/bits/link.h b/sysdeps/arc/bits/link.h index d1b32c9..9f66a16 100644 --- a/sysdeps/arc/bits/link.h +++ b/sysdeps/arc/bits/link.h @@ -1,5 +1,5 @@ /* Machine-specific declarations for dynamic linker interface, ARC version. - Copyright (C) 2020-2022 Free Software Foundation, Inc. + Copyright (C) 2020-2023 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/sysdeps/arc/bits/setjmp.h b/sysdeps/arc/bits/setjmp.h index bfe6aaf..d1604cd 100644 --- a/sysdeps/arc/bits/setjmp.h +++ b/sysdeps/arc/bits/setjmp.h @@ -1,5 +1,5 @@ /* Define the machine-dependent type 'jmp_buf'. ARC version. - Copyright (C) 2020-2022 Free Software Foundation, Inc. + Copyright (C) 2020-2023 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/sysdeps/arc/dl-machine.h b/sysdeps/arc/dl-machine.h index 8420cd0..4dc652a 100644 --- a/sysdeps/arc/dl-machine.h +++ b/sysdeps/arc/dl-machine.h @@ -1,5 +1,5 @@ /* Machine-dependent ELF dynamic relocation inline functions. ARC version. - Copyright (C) 2020-2022 Free Software Foundation, Inc. + Copyright (C) 2020-2023 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/sysdeps/arc/dl-runtime.h b/sysdeps/arc/dl-runtime.h index 5fd3e01..143eee4 100644 --- a/sysdeps/arc/dl-runtime.h +++ b/sysdeps/arc/dl-runtime.h @@ -1,5 +1,5 @@ /* Helpers for On-demand PLT fixup for shared objects. ARC version. - Copyright (C) 2020-2022 Free Software Foundation, Inc. + Copyright (C) 2020-2023 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/sysdeps/arc/dl-tls.h b/sysdeps/arc/dl-tls.h index 56ed58f..bd83c82 100644 --- a/sysdeps/arc/dl-tls.h +++ b/sysdeps/arc/dl-tls.h @@ -1,5 +1,5 @@ /* Thread-local storage handling in the ELF dynamic linker. ARC version. - Copyright (C) 2020-2022 Free Software Foundation, Inc. + Copyright (C) 2020-2023 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/sysdeps/arc/dl-trampoline.S b/sysdeps/arc/dl-trampoline.S index 947e894..1b307a6 100644 --- a/sysdeps/arc/dl-trampoline.S +++ b/sysdeps/arc/dl-trampoline.S @@ -1,5 +1,5 @@ /* PLT trampolines. ARC version. - Copyright (C) 2020-2022 Free Software Foundation, Inc. + Copyright (C) 2020-2023 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/sysdeps/arc/fpu/fclrexcpt.c b/sysdeps/arc/fpu/fclrexcpt.c index e31d898..a62f581 100644 --- a/sysdeps/arc/fpu/fclrexcpt.c +++ b/sysdeps/arc/fpu/fclrexcpt.c @@ -1,5 +1,5 @@ /* Clear given exceptions in current floating-point environment. - Copyright (C) 2020-2022 Free Software Foundation, Inc. + Copyright (C) 2020-2023 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/sysdeps/arc/fpu/fegetenv.c b/sysdeps/arc/fpu/fegetenv.c index f236cff..23ed3bd 100644 --- a/sysdeps/arc/fpu/fegetenv.c +++ b/sysdeps/arc/fpu/fegetenv.c @@ -1,5 +1,5 @@ /* Store current floating-point environment. - Copyright (C) 2020-2022 Free Software Foundation, Inc. + Copyright (C) 2020-2023 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/sysdeps/arc/fpu/fegetmode.c b/sysdeps/arc/fpu/fegetmode.c index 86ce3b4..4543afb 100644 --- a/sysdeps/arc/fpu/fegetmode.c +++ b/sysdeps/arc/fpu/fegetmode.c @@ -1,5 +1,5 @@ /* Store current floating-point control modes. - Copyright (C) 2020-2022 Free Software Foundation, Inc. + Copyright (C) 2020-2023 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/sysdeps/arc/fpu/fegetround.c b/sysdeps/arc/fpu/fegetround.c index cfdea63..6bc75f9 100644 --- a/sysdeps/arc/fpu/fegetround.c +++ b/sysdeps/arc/fpu/fegetround.c @@ -1,5 +1,5 @@ /* Return current rounding direction. - Copyright (C) 2020-2022 Free Software Foundation, Inc. + Copyright (C) 2020-2023 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/sysdeps/arc/fpu/feholdexcpt.c b/sysdeps/arc/fpu/feholdexcpt.c index b929928..2eee676 100644 --- a/sysdeps/arc/fpu/feholdexcpt.c +++ b/sysdeps/arc/fpu/feholdexcpt.c @@ -1,5 +1,5 @@ /* Store current floating-point environment and clear exceptions. - Copyright (C) 2020-2022 Free Software Foundation, Inc. + Copyright (C) 2020-2023 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/sysdeps/arc/fpu/fesetenv.c b/sysdeps/arc/fpu/fesetenv.c index e5efccd..72bde77 100644 --- a/sysdeps/arc/fpu/fesetenv.c +++ b/sysdeps/arc/fpu/fesetenv.c @@ -1,5 +1,5 @@ /* Install given floating-point environment (doesnot raise exceptions). - Copyright (C) 2020-2022 Free Software Foundation, Inc. + Copyright (C) 2020-2023 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/sysdeps/arc/fpu/fesetexcept.c b/sysdeps/arc/fpu/fesetexcept.c index 872df36..33e7ae5 100644 --- a/sysdeps/arc/fpu/fesetexcept.c +++ b/sysdeps/arc/fpu/fesetexcept.c @@ -1,5 +1,5 @@ /* Set given exception flags. - Copyright (C) 2020-2022 Free Software Foundation, Inc. + Copyright (C) 2020-2023 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/sysdeps/arc/fpu/fesetmode.c b/sysdeps/arc/fpu/fesetmode.c index 026caf7..fd0d9af 100644 --- a/sysdeps/arc/fpu/fesetmode.c +++ b/sysdeps/arc/fpu/fesetmode.c @@ -1,5 +1,5 @@ /* Install given floating-point control modes. - Copyright (C) 2020-2022 Free Software Foundation, Inc. + Copyright (C) 2020-2023 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/sysdeps/arc/fpu/fesetround.c b/sysdeps/arc/fpu/fesetround.c index 71828da..5dc1c84 100644 --- a/sysdeps/arc/fpu/fesetround.c +++ b/sysdeps/arc/fpu/fesetround.c @@ -1,5 +1,5 @@ /* Set current rounding direction. - Copyright (C) 2020-2022 Free Software Foundation, Inc. + Copyright (C) 2020-2023 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/sysdeps/arc/fpu/feupdateenv.c b/sysdeps/arc/fpu/feupdateenv.c index 4c4dd44..93d030f 100644 --- a/sysdeps/arc/fpu/feupdateenv.c +++ b/sysdeps/arc/fpu/feupdateenv.c @@ -1,6 +1,6 @@ /* Install given floating-point environment and raise exceptions, without clearing currently raised exceptions. - Copyright (C) 2020-2022 Free Software Foundation, Inc. + Copyright (C) 2020-2023 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/sysdeps/arc/fpu/fgetexcptflg.c b/sysdeps/arc/fpu/fgetexcptflg.c index 625ef67..4466a19 100644 --- a/sysdeps/arc/fpu/fgetexcptflg.c +++ b/sysdeps/arc/fpu/fgetexcptflg.c @@ -1,5 +1,5 @@ /* Store current representation for exceptions, ARC version. - Copyright (C) 2020-2022 Free Software Foundation, Inc. + Copyright (C) 2020-2023 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/sysdeps/arc/fpu/fraiseexcpt.c b/sysdeps/arc/fpu/fraiseexcpt.c index 19f44e6..3561100 100644 --- a/sysdeps/arc/fpu/fraiseexcpt.c +++ b/sysdeps/arc/fpu/fraiseexcpt.c @@ -1,5 +1,5 @@ /* Raise given exceptions. - Copyright (C) 2020-2022 Free Software Foundation, Inc. + Copyright (C) 2020-2023 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/sysdeps/arc/fpu/fsetexcptflg.c b/sysdeps/arc/fpu/fsetexcptflg.c index 4715ec3..524a0f4 100644 --- a/sysdeps/arc/fpu/fsetexcptflg.c +++ b/sysdeps/arc/fpu/fsetexcptflg.c @@ -1,5 +1,5 @@ /* Set floating-point environment exception handling, ARC version. - Copyright (C) 2020-2022 Free Software Foundation, Inc. + Copyright (C) 2020-2023 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/sysdeps/arc/fpu/ftestexcept.c b/sysdeps/arc/fpu/ftestexcept.c index 3b6b471..5ff7ce7 100644 --- a/sysdeps/arc/fpu/ftestexcept.c +++ b/sysdeps/arc/fpu/ftestexcept.c @@ -1,5 +1,5 @@ /* Test exception in current environment. - Copyright (C) 2020-2022 Free Software Foundation, Inc. + Copyright (C) 2020-2023 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/sysdeps/arc/fpu_control.h b/sysdeps/arc/fpu_control.h index 78db55e..de65ca1 100644 --- a/sysdeps/arc/fpu_control.h +++ b/sysdeps/arc/fpu_control.h @@ -1,5 +1,5 @@ /* FPU control word bits. ARC version. - Copyright (C) 2020-2022 Free Software Foundation, Inc. + Copyright (C) 2020-2023 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/sysdeps/arc/gccframe.h b/sysdeps/arc/gccframe.h index 07f9017d..240a728 100644 --- a/sysdeps/arc/gccframe.h +++ b/sysdeps/arc/gccframe.h @@ -1,5 +1,5 @@ /* Definition of object in frame unwind info. ARC version. - Copyright (C) 2020-2022 Free Software Foundation, Inc. + Copyright (C) 2020-2023 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/sysdeps/arc/get-rounding-mode.h b/sysdeps/arc/get-rounding-mode.h index e9cdbf7..aac63d9 100644 --- a/sysdeps/arc/get-rounding-mode.h +++ b/sysdeps/arc/get-rounding-mode.h @@ -1,5 +1,5 @@ /* Determine floating-point rounding mode within libc. ARC version. - Copyright (C) 2020-2022 Free Software Foundation, Inc. + Copyright (C) 2020-2023 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/sysdeps/arc/jmpbuf-offsets.h b/sysdeps/arc/jmpbuf-offsets.h index a57ed58..fa67efb 100644 --- a/sysdeps/arc/jmpbuf-offsets.h +++ b/sysdeps/arc/jmpbuf-offsets.h @@ -1,5 +1,5 @@ /* Private macros for accessing __jmp_buf contents. ARC version. - Copyright (C) 2020-2022 Free Software Foundation, Inc. + Copyright (C) 2020-2023 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/sysdeps/arc/jmpbuf-unwind.h b/sysdeps/arc/jmpbuf-unwind.h index 2eadc5d..c5d581d 100644 --- a/sysdeps/arc/jmpbuf-unwind.h +++ b/sysdeps/arc/jmpbuf-unwind.h @@ -1,5 +1,5 @@ /* Examine __jmp_buf for unwinding frames. ARC version. - Copyright (C) 2020-2022 Free Software Foundation, Inc. + Copyright (C) 2020-2023 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/sysdeps/arc/ldsodefs.h b/sysdeps/arc/ldsodefs.h index b0bb288..9123a3f 100644 --- a/sysdeps/arc/ldsodefs.h +++ b/sysdeps/arc/ldsodefs.h @@ -1,5 +1,5 @@ /* Run-time dynamic linker data structures for loaded ELF shared objects. - Copyright (C) 2020-2022 Free Software Foundation, Inc. + Copyright (C) 2020-2023 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/sysdeps/arc/libc-tls.c b/sysdeps/arc/libc-tls.c index 40851ac..5ecd8ab 100644 --- a/sysdeps/arc/libc-tls.c +++ b/sysdeps/arc/libc-tls.c @@ -1,5 +1,5 @@ /* Thread-local storage handling in the ELF dynamic linker. ARC version. - Copyright (C) 2020-2022 Free Software Foundation, Inc. + Copyright (C) 2020-2023 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/sysdeps/arc/machine-gmon.h b/sysdeps/arc/machine-gmon.h index e2bde9a..b96fb3d 100644 --- a/sysdeps/arc/machine-gmon.h +++ b/sysdeps/arc/machine-gmon.h @@ -1,5 +1,5 @@ /* Machine-dependent definitions for profiling support. ARC version. - Copyright (C) 2020-2022 Free Software Foundation, Inc. + Copyright (C) 2020-2023 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/sysdeps/arc/math-tests-trap.h b/sysdeps/arc/math-tests-trap.h index e675494..a459e9b 100644 --- a/sysdeps/arc/math-tests-trap.h +++ b/sysdeps/arc/math-tests-trap.h @@ -1,6 +1,6 @@ /* Configuration for math tests: support for enabling exception traps. ARC version. - Copyright (C) 2020-2022 Free Software Foundation, Inc. + Copyright (C) 2020-2023 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/sysdeps/arc/nofpu/math-tests-exceptions.h b/sysdeps/arc/nofpu/math-tests-exceptions.h index af5b1dd..02f9c87 100644 --- a/sysdeps/arc/nofpu/math-tests-exceptions.h +++ b/sysdeps/arc/nofpu/math-tests-exceptions.h @@ -1,5 +1,5 @@ /* Configuration for math tests. Exceptions support ARC version. - Copyright (C) 2020-2022 Free Software Foundation, Inc. + Copyright (C) 2020-2023 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/sysdeps/arc/nofpu/math-tests-rounding.h b/sysdeps/arc/nofpu/math-tests-rounding.h index 89756ff..e7722f5 100644 --- a/sysdeps/arc/nofpu/math-tests-rounding.h +++ b/sysdeps/arc/nofpu/math-tests-rounding.h @@ -1,5 +1,5 @@ /* Configuration for math tests: rounding mode support. ARC version. - Copyright (C) 2020-2022 Free Software Foundation, Inc. + Copyright (C) 2020-2023 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/sysdeps/arc/nptl/pthreaddef.h b/sysdeps/arc/nptl/pthreaddef.h index e2bd363..336eded 100644 --- a/sysdeps/arc/nptl/pthreaddef.h +++ b/sysdeps/arc/nptl/pthreaddef.h @@ -1,5 +1,5 @@ /* pthread machine parameter definitions, ARC version. - Copyright (C) 2020-2022 Free Software Foundation, Inc. + Copyright (C) 2020-2023 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/sysdeps/arc/nptl/tls.h b/sysdeps/arc/nptl/tls.h index 948e618..a086456 100644 --- a/sysdeps/arc/nptl/tls.h +++ b/sysdeps/arc/nptl/tls.h @@ -1,5 +1,5 @@ /* Definition for thread-local data handling. NPTL/ARC version. - Copyright (C) 2020-2022 Free Software Foundation, Inc. + Copyright (C) 2020-2023 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/sysdeps/arc/setjmp.S b/sysdeps/arc/setjmp.S index 0de52f7..9ecdb9d 100644 --- a/sysdeps/arc/setjmp.S +++ b/sysdeps/arc/setjmp.S @@ -1,5 +1,5 @@ /* setjmp for ARC. - Copyright (C) 2020-2022 Free Software Foundation, Inc. + Copyright (C) 2020-2023 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/sysdeps/arc/sfp-machine.h b/sysdeps/arc/sfp-machine.h index b28970a..0917a7a 100644 --- a/sysdeps/arc/sfp-machine.h +++ b/sysdeps/arc/sfp-machine.h @@ -1,5 +1,5 @@ /* Machine-dependent software floating-point definitions. ARC version. - Copyright (C) 2020-2022 Free Software Foundation, Inc. + Copyright (C) 2020-2023 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/sysdeps/arc/sotruss-lib.c b/sysdeps/arc/sotruss-lib.c index 971182e..db8a762 100644 --- a/sysdeps/arc/sotruss-lib.c +++ b/sysdeps/arc/sotruss-lib.c @@ -1,5 +1,5 @@ /* Override generic sotruss-lib.c to define actual functions for ARC. - Copyright (C) 2020-2022 Free Software Foundation, Inc. + Copyright (C) 2020-2023 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/sysdeps/arc/stackinfo.h b/sysdeps/arc/stackinfo.h index ae7d584..19fe6eb 100644 --- a/sysdeps/arc/stackinfo.h +++ b/sysdeps/arc/stackinfo.h @@ -1,5 +1,5 @@ /* Stack environment definitions for ARC. - Copyright (C) 2020-2022 Free Software Foundation, Inc. + Copyright (C) 2020-2023 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/sysdeps/arc/start.S b/sysdeps/arc/start.S index 152d6e1..db3bab6 100644 --- a/sysdeps/arc/start.S +++ b/sysdeps/arc/start.S @@ -1,5 +1,5 @@ /* Startup code for ARC. - Copyright (C) 2020-2022 Free Software Foundation, Inc. + Copyright (C) 2020-2023 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/sysdeps/arc/sysdep.h b/sysdeps/arc/sysdep.h index 112187e..4f024f6 100644 --- a/sysdeps/arc/sysdep.h +++ b/sysdeps/arc/sysdep.h @@ -1,5 +1,5 @@ /* Assembler macros for ARC. - Copyright (C) 2020-2022 Free Software Foundation, Inc. + Copyright (C) 2020-2023 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/sysdeps/arc/tst-audit.h b/sysdeps/arc/tst-audit.h index 49cc419..a8330f2 100644 --- a/sysdeps/arc/tst-audit.h +++ b/sysdeps/arc/tst-audit.h @@ -1,5 +1,5 @@ /* Definitions for testing PLT entry/exit auditing. ARC version. - Copyright (C) 2020-2022 Free Software Foundation, Inc. + Copyright (C) 2020-2023 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 |