[PATCH v2 3/3] y2038: Convert thrd_sleep to support 64 bit time

Andreas Schwab schwab@suse.de
Thu Nov 12 10:22:08 GMT 2020


On Nov 12 2020, Lukasz Majewski wrote:

> @@ -28,4 +29,7 @@ libpthread_hidden_proto (__cnd_timedwait64)
>  extern int __mtx_timedlock64 (mtx_t *restrict mutex,
>                                const struct __timespec64 *restrict time_point);
>  libpthread_hidden_proto (__mtx_timedlock64)
> +extern int __thrd_sleep64 (const struct __timespec64* time_point,
> +                           struct __timespec64* remaining);

Style: space before asterisk, not after.

Andreas.

-- 
Andreas Schwab, SUSE Labs, schwab@suse.de
GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE  1748 E4D4 88E3 0EEA B9D7
"And now for something completely different."


More information about the Libc-alpha mailing list