public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
From: Florian Weimer <fweimer@redhat.com>
To: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Cc: libc-alpha@sourceware.org
Subject: Re: [PATCH v2] Reinstate ftime and move define it for POSIX.1-2001 or older
Date: Mon, 26 Oct 2020 17:19:24 +0100	[thread overview]
Message-ID: <878sbtarjn.fsf@oldenburg2.str.redhat.com> (raw)
In-Reply-To: <20201021123559.598864-1-adhemerval.zanella@linaro.org> (Adhemerval Zanella's message of "Wed, 21 Oct 2020 09:35:59 -0300")

* Adhemerval Zanella:

> +struct timeb
> +  {
> +    time_t time;		/* Seconds since epoch, as from `time'.  */
> +    unsigned short int millitm;	/* Additional milliseconds.  */
> +    short int timezone;		/* Minutes west of GMT.  */
> +    short int dstflag;		/* Nonzero if Daylight Savings Time used.  */
> +  };

I think you could add __attribute_deprecated_msg__ on the struct itself.

Rest looks okay to me.

Thanks,
Florian
-- 
Red Hat GmbH, https://de.redhat.com/ , Registered seat: Grasbrunn,
Commercial register: Amtsgericht Muenchen, HRB 153243,
Managing Directors: Charles Cachera, Brian Klemm, Laurie Krebs, Michael O'Neill


  parent reply	other threads:[~2020-10-26 16:19 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-19 19:13 [PATCH 1/2] " Adhemerval Zanella
2020-10-19 19:13 ` [PATCH 2/2] time: Add 64-bit time_t support for ftime Adhemerval Zanella
2020-10-20  8:18   ` Lukasz Majewski
2020-10-27 17:38   ` Joseph Myers
2020-10-27 17:44     ` Adhemerval Zanella
2020-10-20  8:14 ` [PATCH 1/2] Reinstate ftime and move define it for POSIX.1-2001 or older Lukasz Majewski
2020-10-20 20:33   ` Adhemerval Zanella
2020-10-20 18:04 ` Szabolcs Nagy
2020-10-20 18:20   ` Adhemerval Zanella
2020-10-21  5:17 ` Florian Weimer
2020-10-21 11:03   ` Adhemerval Zanella
2020-10-21 11:05     ` Florian Weimer
2020-10-21 12:35       ` [PATCH v2] " Adhemerval Zanella
2020-10-26 12:17         ` Adhemerval Zanella
2020-10-26 16:03           ` Szabolcs Nagy
2020-10-26 16:13             ` Adhemerval Zanella
2020-10-26 16:19         ` Florian Weimer [this message]
2020-10-26 16:23           ` Adhemerval Zanella
2020-10-26 16:29             ` Florian Weimer
2020-10-26 17:09               ` Adhemerval Zanella
2020-10-28 13:54                 ` Florian Weimer
2020-10-28 14:12                   ` Zack Weinberg

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

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

  git send-email \
    --in-reply-to=878sbtarjn.fsf@oldenburg2.str.redhat.com \
    --to=fweimer@redhat.com \
    --cc=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).