diff options
author | Florian Weimer <fweimer@redhat.com> | 2022-02-02 22:37:20 +0100 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2022-02-02 22:37:20 +0100 |
commit | 6c33b018438ee799c29486f21d43d8100bdbd597 (patch) | |
tree | da12c7d4846b74ddfe813887548afa4669c8a5ec /manual | |
parent | 80a08d0faa9b224019f895800c4d97de4e23e1aa (diff) | |
download | glibc-6c33b018438ee799c29486f21d43d8100bdbd597.zip glibc-6c33b018438ee799c29486f21d43d8100bdbd597.tar.gz glibc-6c33b018438ee799c29486f21d43d8100bdbd597.tar.bz2 |
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.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/threads.texi b/manual/threads.texi index 4869f69..48fd562 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 |