summary refs log tree commit diff
path: root/manual
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2022-02-02 22:37:20 +0100
committerFlorian Weimer <fweimer@redhat.com>2022-02-02 22:37:20 +0100
commit6c33b018438ee799c29486f21d43d8100bdbd597 (patch)
treeda12c7d4846b74ddfe813887548afa4669c8a5ec /manual
parent80a08d0faa9b224019f895800c4d97de4e23e1aa (diff)
downloadglibc-6c33b018438ee799c29486f21d43d8100bdbd597.tar.gz
glibc-6c33b018438ee799c29486f21d43d8100bdbd597.tar.xz
glibc-6c33b018438ee799c29486f21d43d8100bdbd597.zip
Linux: Use ptrdiff_t for __rseq_offset
This matches the data size initial-exec relocations use on most
targets.

Reviewed-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Reviewed-by: Carlos O'Donell <carlos@redhat.com>
Diffstat (limited to 'manual')
-rw-r--r--manual/threads.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/threads.texi b/manual/threads.texi
index 4869f69d2c..48fd562923 100644
--- a/manual/threads.texi
+++ b/manual/threads.texi
@@ -1004,7 +1004,7 @@ The manual for the @code{rseq} system call can be found
 at @uref{https://git.kernel.org/pub/scm/libs/librseq/librseq.git/tree/doc/man/rseq.2}.
 @end deftp
 
-@deftypevar {int} __rseq_offset
+@deftypevar {ptrdiff_t} __rseq_offset
 @standards{Linux, sys/rseq.h}
 This variable contains the offset between the thread pointer (as defined
 by @code{__builtin_thread_pointer} or the thread pointer register for