aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2025-03-12 10:23:47 +0100
committerFlorian Weimer <fweimer@redhat.com>2025-03-12 10:23:47 +0100
commit74c68fa61b5ebf4c64605a3cc5e47154a66671ce (patch)
treea844b3fe3a2b1abf221a5a7cdd468e8aaa28f2e8 /sysdeps/unix/sysv
parent74d463c50bb1096efef47022405c7db33f83fb5a (diff)
downloadglibc-74c68fa61b5ebf4c64605a3cc5e47154a66671ce.zip
glibc-74c68fa61b5ebf4c64605a3cc5e47154a66671ce.tar.gz
glibc-74c68fa61b5ebf4c64605a3cc5e47154a66671ce.tar.bz2
Linux: Remove attribute access from sched_getattr (bug 32781)
The GCC attribute expects an element count, not bytes.
Diffstat (limited to 'sysdeps/unix/sysv')
-rw-r--r--sysdeps/unix/sysv/linux/bits/sched.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/bits/sched.h b/sysdeps/unix/sysv/linux/bits/sched.h
index 3656e98..39b0b3d 100644
--- a/sysdeps/unix/sysv/linux/bits/sched.h
+++ b/sysdeps/unix/sysv/linux/bits/sched.h
@@ -152,7 +152,7 @@ int sched_setattr (pid_t tid, struct sched_attr *attr, unsigned int flags)
store it in *ATTR. */
int sched_getattr (pid_t tid, struct sched_attr *attr, unsigned int size,
unsigned int flags)
- __THROW __nonnull ((2)) __attr_access ((__write_only__, 2, 3));
+ __THROW __nonnull ((2));
#endif