libgomp/i386: Revert the type of syscall wrappers output back to long.
authorUros Bizjak <ubizjak@gmail.com>
Thu, 11 Feb 2021 23:07:56 +0000 (00:07 +0100)
committerUros Bizjak <ubizjak@gmail.com>
Thu, 11 Feb 2021 23:07:56 +0000 (00:07 +0100)
commit5e40542f878127a1dd0421831c03cda1b977f2a0
tree140c99a6b23345ab632f58cb37bdb0876d4d063a
parentc36ad24e8a4098e2b3e59f682a6ae751d656102c
libgomp/i386: Revert the type of syscall wrappers output back to long.

Linux man-pages 5.07 wrongly declares syscall output type as int.  This error
was fixed in release 5.10, so this patch reverts my recent change.

2021-02-11  Uroš Bizjak  <ubizjak@gmail.com>

libgomp/
* config/linux/x86/futex.h (__futex_wait):
Revert output type back to long.
(__futex_wake): Ditto.
(futex_wait): Update for revert.
(futex_wake): Ditto.
libgomp/config/linux/x86/futex.h