]> sourceware.org Git - glibc.git/commit
nptl: Prefer setresuid32 in tst-setuid2
authorFlorian Weimer <fweimer@redhat.com>
Tue, 24 Sep 2024 11:48:11 +0000 (13:48 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Tue, 24 Sep 2024 11:48:11 +0000 (13:48 +0200)
commitda29dc24d419656a4a6d6d61598b767b86b1425d
tree7b062bb92c114809b9cc09a5e01691bac413aab6
parent2abfa1907218c5ec9d52bb81bee3f1af652f67c7
nptl: Prefer setresuid32 in tst-setuid2

Use the setresuid32 system call if it is available, prefering
it over setresuid.  If both system calls exist, setresuid
is the 16-bit variant.  This fixes a build failure on
sparcv9-linux-gnu.
nptl/tst-setuid2.c
This page took 0.04569 seconds and 5 git commands to generate.