diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2020-08-23 22:47:13 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-23 22:47:13 -0400 |
| commit | bb9c3118ed5fdc16b8e2d9882375005c2a62d0cc (patch) | |
| tree | 2205d94aafa9f1a2df872174f7a9d3efb87c5faa /lib/libc/include/powerpc-linux-gnu/bits/semaphore.h | |
| parent | 7015d84e0ca6f02fede45621571084df98dda712 (diff) | |
| parent | 53a2431713afc5e442479b5d8a3108e29eb8124b (diff) | |
| download | zig-bb9c3118ed5fdc16b8e2d9882375005c2a62d0cc.tar.gz zig-bb9c3118ed5fdc16b8e2d9882375005c2a62d0cc.zip | |
Merge pull request #6137 from Jan200101/update/glibc-2.32
Update to glibc 2.32
Diffstat (limited to 'lib/libc/include/powerpc-linux-gnu/bits/semaphore.h')
| -rw-r--r-- | lib/libc/include/powerpc-linux-gnu/bits/semaphore.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libc/include/powerpc-linux-gnu/bits/semaphore.h b/lib/libc/include/powerpc-linux-gnu/bits/semaphore.h index d8dd45053b..97292723c8 100644 --- a/lib/libc/include/powerpc-linux-gnu/bits/semaphore.h +++ b/lib/libc/include/powerpc-linux-gnu/bits/semaphore.h @@ -1,7 +1,6 @@ -/* Machine-specific POSIX semaphore type layouts. PowerPC version. - Copyright (C) 2003-2020 Free Software Foundation, Inc. +/* Generic POSIX semaphore type layout + Copyright (C) 1995-2020 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Paul Mackerras <paulus@au.ibm.com>, 2003. The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public |
