summaryrefslogtreecommitdiffstats
path: root/sys/amd64/linux32
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2008-11-16 15:45:41 +0000
committerkib <kib@FreeBSD.org>2008-11-16 15:45:41 +0000
commitf5d16a4d6617f527e4a33953e48f82272ee8d572 (patch)
tree2b67d2722e9a117876eddf97f798a65247e3b9b5 /sys/amd64/linux32
parentdc9c7a01f603ba4ee1c58ac4433a0362c52c0286 (diff)
downloadFreeBSD-src-f5d16a4d6617f527e4a33953e48f82272ee8d572.zip
FreeBSD-src-f5d16a4d6617f527e4a33953e48f82272ee8d572.tar.gz
In the robust futexes list head, futex_offset shall be signed,
and glibc actually supplies negative offsets. Change l_ulong to l_long. Submitted by: dchagin
Diffstat (limited to 'sys/amd64/linux32')
-rw-r--r--sys/amd64/linux32/linux.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/amd64/linux32/linux.h b/sys/amd64/linux32/linux.h
index 2354864..60598a0 100644
--- a/sys/amd64/linux32/linux.h
+++ b/sys/amd64/linux32/linux.h
@@ -892,7 +892,7 @@ struct linux_robust_list {
struct linux_robust_list_head {
struct linux_robust_list list;
- l_ulong futex_offset;
+ l_long futex_offset;
l_uintptr_t pending_list;
};
OpenPOWER on IntegriCloud