diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2024-06-06 12:23:59 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-06 12:23:59 -0400 |
| commit | 4d499359d58886ba321ef0cd524ee7f7aac0d6ae (patch) | |
| tree | 201a98c14fcacf076de5054995873add2499ffc8 /lib/libc/include/powerpc64-linux-gnu/bits/pthread_stack_min.h | |
| parent | 3964b2a315ae999288b861cdbf3eb04eb625b477 (diff) | |
| parent | 1118ea2e341503eb1e45add3b0e833751e34d94e (diff) | |
| download | zig-4d499359d58886ba321ef0cd524ee7f7aac0d6ae.tar.gz zig-4d499359d58886ba321ef0cd524ee7f7aac0d6ae.zip | |
Merge pull request #20207 from ziglang/glibc-2.39
add support for targeting glibc 2.39
Diffstat (limited to 'lib/libc/include/powerpc64-linux-gnu/bits/pthread_stack_min.h')
| -rw-r--r-- | lib/libc/include/powerpc64-linux-gnu/bits/pthread_stack_min.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/include/powerpc64-linux-gnu/bits/pthread_stack_min.h b/lib/libc/include/powerpc64-linux-gnu/bits/pthread_stack_min.h index b579aabf71..e114466064 100644 --- a/lib/libc/include/powerpc64-linux-gnu/bits/pthread_stack_min.h +++ b/lib/libc/include/powerpc64-linux-gnu/bits/pthread_stack_min.h @@ -1,5 +1,5 @@ /* Definition of PTHREAD_STACK_MIN. Linux/PPC version. - 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 |
