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/powerpc-linux-gnu/sys | |
| 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/powerpc-linux-gnu/sys')
| -rw-r--r-- | lib/libc/include/powerpc-linux-gnu/sys/ptrace.h | 2 | ||||
| -rw-r--r-- | lib/libc/include/powerpc-linux-gnu/sys/ucontext.h | 2 | ||||
| -rw-r--r-- | lib/libc/include/powerpc-linux-gnu/sys/user.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/include/powerpc-linux-gnu/sys/ptrace.h b/lib/libc/include/powerpc-linux-gnu/sys/ptrace.h index d88fdeb5f4..5c5d5addee 100644 --- a/lib/libc/include/powerpc-linux-gnu/sys/ptrace.h +++ b/lib/libc/include/powerpc-linux-gnu/sys/ptrace.h @@ -1,5 +1,5 @@ /* `ptrace' debugger support interface. Linux/PowerPC version. - Copyright (C) 2001-2020 Free Software Foundation, Inc. + Copyright (C) 2001-2021 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/lib/libc/include/powerpc-linux-gnu/sys/ucontext.h b/lib/libc/include/powerpc-linux-gnu/sys/ucontext.h index 4be8bb5385..a48adedb95 100644 --- a/lib/libc/include/powerpc-linux-gnu/sys/ucontext.h +++ b/lib/libc/include/powerpc-linux-gnu/sys/ucontext.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1998-2020 Free Software Foundation, Inc. +/* Copyright (C) 1998-2021 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/lib/libc/include/powerpc-linux-gnu/sys/user.h b/lib/libc/include/powerpc-linux-gnu/sys/user.h index 0003f18811..c18c39983b 100644 --- a/lib/libc/include/powerpc-linux-gnu/sys/user.h +++ b/lib/libc/include/powerpc-linux-gnu/sys/user.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1998-2020 Free Software Foundation, Inc. +/* Copyright (C) 1998-2021 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 |
