aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/arc
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/unix/sysv/linux/arc')
-rw-r--r--sysdeps/unix/sysv/linux/arc/bits/procfs.h2
-rw-r--r--sysdeps/unix/sysv/linux/arc/clone.S2
-rw-r--r--sysdeps/unix/sysv/linux/arc/clone3.S2
-rw-r--r--sysdeps/unix/sysv/linux/arc/fixup-asm-unistd.h2
-rw-r--r--sysdeps/unix/sysv/linux/arc/getcontext.S2
-rw-r--r--sysdeps/unix/sysv/linux/arc/kernel-features.h2
-rw-r--r--sysdeps/unix/sysv/linux/arc/libc_sigaction.c2
-rw-r--r--sysdeps/unix/sysv/linux/arc/makecontext.c2
-rw-r--r--sysdeps/unix/sysv/linux/arc/mmap_internal.h2
-rw-r--r--sysdeps/unix/sysv/linux/arc/setcontext.S2
-rw-r--r--sysdeps/unix/sysv/linux/arc/sigcontextinfo.h2
-rw-r--r--sysdeps/unix/sysv/linux/arc/sigrestorer.S2
-rw-r--r--sysdeps/unix/sysv/linux/arc/swapcontext.S2
-rw-r--r--sysdeps/unix/sysv/linux/arc/sys/cachectl.h2
-rw-r--r--sysdeps/unix/sysv/linux/arc/sys/ucontext.h2
-rw-r--r--sysdeps/unix/sysv/linux/arc/sys/user.h2
-rw-r--r--sysdeps/unix/sysv/linux/arc/syscall.S2
-rw-r--r--sysdeps/unix/sysv/linux/arc/syscall_cancel.S2
-rw-r--r--sysdeps/unix/sysv/linux/arc/sysdep.c2
-rw-r--r--sysdeps/unix/sysv/linux/arc/sysdep.h2
-rw-r--r--sysdeps/unix/sysv/linux/arc/ucontext-macros.h2
-rw-r--r--sysdeps/unix/sysv/linux/arc/vfork.S2
22 files changed, 22 insertions, 22 deletions
diff --git a/sysdeps/unix/sysv/linux/arc/bits/procfs.h b/sysdeps/unix/sysv/linux/arc/bits/procfs.h
index e5a6c37..fe98451 100644
--- a/sysdeps/unix/sysv/linux/arc/bits/procfs.h
+++ b/sysdeps/unix/sysv/linux/arc/bits/procfs.h
@@ -1,5 +1,5 @@
/* Types for registers for sys/procfs.h. ARC version.
- Copyright (C) 2020-2024 Free Software Foundation, Inc.
+ Copyright (C) 2020-2025 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/unix/sysv/linux/arc/clone.S b/sysdeps/unix/sysv/linux/arc/clone.S
index a2b520a..cfdae35 100644
--- a/sysdeps/unix/sysv/linux/arc/clone.S
+++ b/sysdeps/unix/sysv/linux/arc/clone.S
@@ -1,5 +1,5 @@
/* clone() implementation for ARC.
- Copyright (C) 2020-2024 Free Software Foundation, Inc.
+ Copyright (C) 2020-2025 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/unix/sysv/linux/arc/clone3.S b/sysdeps/unix/sysv/linux/arc/clone3.S
index 38a2706..0dc2f9b 100644
--- a/sysdeps/unix/sysv/linux/arc/clone3.S
+++ b/sysdeps/unix/sysv/linux/arc/clone3.S
@@ -1,5 +1,5 @@
/* The clone3 syscall wrapper. Linux/arc version.
- Copyright (C) 2023-2024 Free Software Foundation, Inc.
+ Copyright (C) 2023-2025 Free Software Foundation, Inc.
This file is part of the GNU C Library.
diff --git a/sysdeps/unix/sysv/linux/arc/fixup-asm-unistd.h b/sysdeps/unix/sysv/linux/arc/fixup-asm-unistd.h
index f388938..e75ef3f 100644
--- a/sysdeps/unix/sysv/linux/arc/fixup-asm-unistd.h
+++ b/sysdeps/unix/sysv/linux/arc/fixup-asm-unistd.h
@@ -1,5 +1,5 @@
/* Regularize <asm/unistd.h> definitions. ARC version.
- Copyright (C) 2020-2024 Free Software Foundation, Inc.
+ Copyright (C) 2020-2025 Free Software Foundation, Inc.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/sysdeps/unix/sysv/linux/arc/getcontext.S b/sysdeps/unix/sysv/linux/arc/getcontext.S
index 680e84a..14a60ff 100644
--- a/sysdeps/unix/sysv/linux/arc/getcontext.S
+++ b/sysdeps/unix/sysv/linux/arc/getcontext.S
@@ -1,5 +1,5 @@
/* Save current context for ARC.
- Copyright (C) 2020-2024 Free Software Foundation, Inc.
+ Copyright (C) 2020-2025 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/unix/sysv/linux/arc/kernel-features.h b/sysdeps/unix/sysv/linux/arc/kernel-features.h
index 8ae54ca..e9e1a3d 100644
--- a/sysdeps/unix/sysv/linux/arc/kernel-features.h
+++ b/sysdeps/unix/sysv/linux/arc/kernel-features.h
@@ -1,7 +1,7 @@
/* Set flags signalling availability of kernel features based on given
kernel version number.
- Copyright (C) 2020-2024 Free Software Foundation, Inc.
+ Copyright (C) 2020-2025 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/unix/sysv/linux/arc/libc_sigaction.c b/sysdeps/unix/sysv/linux/arc/libc_sigaction.c
index 938c7bf..6c20481 100644
--- a/sysdeps/unix/sysv/linux/arc/libc_sigaction.c
+++ b/sysdeps/unix/sysv/linux/arc/libc_sigaction.c
@@ -1,5 +1,5 @@
/* ARC specific sigaction.
- Copyright (C) 2020-2024 Free Software Foundation, Inc.
+ Copyright (C) 2020-2025 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/unix/sysv/linux/arc/makecontext.c b/sysdeps/unix/sysv/linux/arc/makecontext.c
index 2ae8c12..a6cabdb 100644
--- a/sysdeps/unix/sysv/linux/arc/makecontext.c
+++ b/sysdeps/unix/sysv/linux/arc/makecontext.c
@@ -1,5 +1,5 @@
/* Create new context for ARC.
- Copyright (C) 2020-2024 Free Software Foundation, Inc.
+ Copyright (C) 2020-2025 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/unix/sysv/linux/arc/mmap_internal.h b/sysdeps/unix/sysv/linux/arc/mmap_internal.h
index 8ddc699..8640014 100644
--- a/sysdeps/unix/sysv/linux/arc/mmap_internal.h
+++ b/sysdeps/unix/sysv/linux/arc/mmap_internal.h
@@ -1,5 +1,5 @@
/* mmap - map files or devices into memory. Linux/ARC version.
- Copyright (C) 2020-2024 Free Software Foundation, Inc.
+ Copyright (C) 2020-2025 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/unix/sysv/linux/arc/setcontext.S b/sysdeps/unix/sysv/linux/arc/setcontext.S
index ce783f7..45d6bb3 100644
--- a/sysdeps/unix/sysv/linux/arc/setcontext.S
+++ b/sysdeps/unix/sysv/linux/arc/setcontext.S
@@ -1,5 +1,5 @@
/* Set current context for ARC.
- Copyright (C) 2020-2024 Free Software Foundation, Inc.
+ Copyright (C) 2020-2025 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/unix/sysv/linux/arc/sigcontextinfo.h b/sysdeps/unix/sysv/linux/arc/sigcontextinfo.h
index fd3a4be..b7a892a 100644
--- a/sysdeps/unix/sysv/linux/arc/sigcontextinfo.h
+++ b/sysdeps/unix/sysv/linux/arc/sigcontextinfo.h
@@ -1,5 +1,5 @@
/* ARC definitions for signal handling calling conventions.
- Copyright (C) 2020-2024 Free Software Foundation, Inc.
+ Copyright (C) 2020-2025 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/unix/sysv/linux/arc/sigrestorer.S b/sysdeps/unix/sysv/linux/arc/sigrestorer.S
index 154241e..d06234d 100644
--- a/sysdeps/unix/sysv/linux/arc/sigrestorer.S
+++ b/sysdeps/unix/sysv/linux/arc/sigrestorer.S
@@ -1,5 +1,5 @@
/* Default sigreturn stub for ARC Linux.
- Copyright (C) 2020-2024 Free Software Foundation, Inc.
+ Copyright (C) 2020-2025 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/unix/sysv/linux/arc/swapcontext.S b/sysdeps/unix/sysv/linux/arc/swapcontext.S
index abaec4a..31816e4 100644
--- a/sysdeps/unix/sysv/linux/arc/swapcontext.S
+++ b/sysdeps/unix/sysv/linux/arc/swapcontext.S
@@ -1,5 +1,5 @@
/* Save and set current context for ARC.
- Copyright (C) 2020-2024 Free Software Foundation, Inc.
+ Copyright (C) 2020-2025 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/unix/sysv/linux/arc/sys/cachectl.h b/sysdeps/unix/sysv/linux/arc/sys/cachectl.h
index 9c17237..3bce65a 100644
--- a/sysdeps/unix/sysv/linux/arc/sys/cachectl.h
+++ b/sysdeps/unix/sysv/linux/arc/sys/cachectl.h
@@ -1,5 +1,5 @@
/* cacheflush - flush contents of instruction and/or data cache.
- Copyright (C) 2020-2024 Free Software Foundation, Inc.
+ Copyright (C) 2020-2025 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/unix/sysv/linux/arc/sys/ucontext.h b/sysdeps/unix/sysv/linux/arc/sys/ucontext.h
index 5b44ebf..5fa0015 100644
--- a/sysdeps/unix/sysv/linux/arc/sys/ucontext.h
+++ b/sysdeps/unix/sysv/linux/arc/sys/ucontext.h
@@ -1,5 +1,5 @@
/* struct ucontext definition, ARC version.
- Copyright (C) 2020-2024 Free Software Foundation, Inc.
+ Copyright (C) 2020-2025 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/unix/sysv/linux/arc/sys/user.h b/sysdeps/unix/sysv/linux/arc/sys/user.h
index bf9a589..7caa0c6 100644
--- a/sysdeps/unix/sysv/linux/arc/sys/user.h
+++ b/sysdeps/unix/sysv/linux/arc/sys/user.h
@@ -1,5 +1,5 @@
/* ptrace register data format definitions.
- Copyright (C) 2020-2024 Free Software Foundation, Inc.
+ Copyright (C) 2020-2025 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/unix/sysv/linux/arc/syscall.S b/sysdeps/unix/sysv/linux/arc/syscall.S
index 1f96853..71177e1 100644
--- a/sysdeps/unix/sysv/linux/arc/syscall.S
+++ b/sysdeps/unix/sysv/linux/arc/syscall.S
@@ -1,5 +1,5 @@
/* syscall - indirect system call.
- Copyright (C) 2020-2024 Free Software Foundation, Inc.
+ Copyright (C) 2020-2025 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/unix/sysv/linux/arc/syscall_cancel.S b/sysdeps/unix/sysv/linux/arc/syscall_cancel.S
index fa02af4..ccffef3f 100644
--- a/sysdeps/unix/sysv/linux/arc/syscall_cancel.S
+++ b/sysdeps/unix/sysv/linux/arc/syscall_cancel.S
@@ -1,5 +1,5 @@
/* Cancellable syscall wrapper. Linux/ARC version.
- Copyright (C) 2023 Free Software Foundation, Inc.
+ Copyright (C) 2023-2025 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/unix/sysv/linux/arc/sysdep.c b/sysdeps/unix/sysv/linux/arc/sysdep.c
index ede5a16..ed5025c 100644
--- a/sysdeps/unix/sysv/linux/arc/sysdep.c
+++ b/sysdeps/unix/sysv/linux/arc/sysdep.c
@@ -1,5 +1,5 @@
/* ARC wrapper for setting errno.
- Copyright (C) 2020-2024 Free Software Foundation, Inc.
+ Copyright (C) 2020-2025 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/unix/sysv/linux/arc/sysdep.h b/sysdeps/unix/sysv/linux/arc/sysdep.h
index 60d5ef8..06e3140 100644
--- a/sysdeps/unix/sysv/linux/arc/sysdep.h
+++ b/sysdeps/unix/sysv/linux/arc/sysdep.h
@@ -1,5 +1,5 @@
/* Assembler macros for ARC.
- Copyright (C) 2020-2024 Free Software Foundation, Inc.
+ Copyright (C) 2020-2025 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/unix/sysv/linux/arc/ucontext-macros.h b/sysdeps/unix/sysv/linux/arc/ucontext-macros.h
index ab20d85..35caf73 100644
--- a/sysdeps/unix/sysv/linux/arc/ucontext-macros.h
+++ b/sysdeps/unix/sysv/linux/arc/ucontext-macros.h
@@ -1,5 +1,5 @@
/* Macros for ucontext routines, ARC version.
- Copyright (C) 2020-2024 Free Software Foundation, Inc.
+ Copyright (C) 2020-2025 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/unix/sysv/linux/arc/vfork.S b/sysdeps/unix/sysv/linux/arc/vfork.S
index 63eb42b..33498cd 100644
--- a/sysdeps/unix/sysv/linux/arc/vfork.S
+++ b/sysdeps/unix/sysv/linux/arc/vfork.S
@@ -1,5 +1,5 @@
/* vfork for ARC Linux.
- Copyright (C) 2020-2024 Free Software Foundation, Inc.
+ Copyright (C) 2020-2025 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