Adhemerval Zanella 9b5e138f2b linux: Avoid shifting a negative signed on POSIX timer interface
The current macros uses pid as signed value, which triggers a compiler
warning for process and thread timers.  Replace MAKE_PROCESS_CPUCLOCK
with static inline function that expects the pid as unsigned.  These
are similar to what Linux does internally.

Checked on x86_64-linux-gnu.
Reviewed-by: Arjun Shankar <arjun@redhat.com>
2022-10-20 10:19:08 -03:00
..
2022-06-30 14:56:21 -03:00
2022-06-30 14:56:21 -03:00
2022-06-30 14:56:21 -03:00
2021-09-03 22:06:44 +05:30