unofficial mirror of libc-alpha@sourceware.org
 help / color / mirror / Atom feed
From: Adhemerval Zanella <adhemerval.zanella@linaro.org>
To: libc-alpha@sourceware.org
Subject: Re: [PATCH v6 3/3] time: Define time64 nanosleep
Date: Fri, 8 Nov 2019 15:59:00 -0300	[thread overview]
Message-ID: <1ba2dd52-c3d6-5e9e-5216-3e96ef1e16fa@linaro.org> (raw)
In-Reply-To: <20191108170302.29838-3-alistair.francis@wdc.com>



On 08/11/2019 14:03, Alistair Francis wrote:
> Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
> ---
>  include/time.h | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/include/time.h b/include/time.h
> index cbacf4fc9d7..d53f769c942 100644
> --- a/include/time.h
> +++ b/include/time.h
> @@ -212,6 +212,7 @@ extern double __difftime (time_t time1, time_t time0);
>  #if __TIMESIZE == 64
>  # define __thrd_sleep_time64 thrd_sleep
>  # define __clock_nanosleep_time64 __clock_nanosleep
> +# define __nanosleep_time64 __nanosleep
>  #else
>  extern int __thrd_sleep_time64 (const struct __timespec64* time_point,
>                                  struct __timespec64* remaining);
> @@ -220,6 +221,9 @@ extern int __clock_nanosleep_time64 (clockid_t clock_id,
>                                       int flags, const struct __timespec64 *req,
>                                       struct __timespec64 *rem);
>  libc_hidden_proto (__clock_nanosleep_time64)
> +extern int __nanosleep_time64 (const struct __timespec64 *requested_time,
> +                                struct __timespec64 *remaining);
> +libc_hidden_proto (__nanosleep_time64)
>  #endif
>  
>  /* Use in the clock_* functions.  Size of the field representing the
> 

As for thr_sleep patch, why are you adding the prototype without the
implementation for nanosleep ?

  reply	other threads:[~2019-11-08 18:59 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-08 17:03 [PATCH v6 1/3] sysdeps/clock_nanosleep: Use clock_nanosleep_time64 if avaliable Alistair Francis
2019-11-08 17:03 ` [PATCH v6 2/3] time: Define time64 thrd_sleep Alistair Francis
2019-11-08 18:58   ` Adhemerval Zanella
2019-11-08 21:17     ` Alistair Francis
2019-11-08 17:03 ` [PATCH v6 3/3] time: Define time64 nanosleep Alistair Francis
2019-11-08 18:59   ` Adhemerval Zanella [this message]
2019-11-08 19:01 ` [PATCH v6 1/3] sysdeps/clock_nanosleep: Use clock_nanosleep_time64 if avaliable Adhemerval Zanella
2019-11-08 20:52   ` Alistair Francis
2019-11-10  9:00 ` Andreas Schwab
2019-11-10 16:44   ` Alistair Francis
2019-11-10 17:44     ` Andreas Schwab
2019-11-11 13:50       ` Adhemerval Zanella

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/libc/involved.html

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1ba2dd52-c3d6-5e9e-5216-3e96ef1e16fa@linaro.org \
    --to=adhemerval.zanella@linaro.org \
    --cc=libc-alpha@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).