public inbox for newlib@sourceware.org
 help / color / mirror / Atom feed
From: Joel Sherrill <joel@rtems.org>
To: Newlib <newlib@sourceware.org>, Matt Joyce <mfjoyce2004@gmail.com>
Subject: Re: [PATCH 1/1] libc: Added prototypes for new POSIX APIs
Date: Fri, 6 Aug 2021 13:05:07 -0500	[thread overview]
Message-ID: <CAF9ehCUECMuvPXAb9k9eJRL16zZPOMLvW1s_JARqiY=zUphutA@mail.gmail.com> (raw)
In-Reply-To: <YQ115VWwYPYhQDOH@calimero.vinschen.de>

On Fri, Aug 6, 2021 at 12:48 PM Corinna Vinschen <vinschen@redhat.com> wrote:
>
> Hi Matt,
>
> On Aug  6 16:07, Matt Joyce wrote:
> > Added function prototypes to newlib/libc/include/pthread.h
> > for the following Issue 8 Standard APIs:
> > pthread_cond_clockwait()
> > pthread_mutex_clocklock()
> > pthread_rwlock_clockrdlock()
> > pthread_rwlock_clockwrlock()
> > ---
> >  newlib/libc/include/pthread.h | 25 +++++++++++++++++++++++++
> >  1 file changed, 25 insertions(+)
> >
> > diff --git a/newlib/libc/include/pthread.h b/newlib/libc/include/pthread.h
> > index c9d24d6e0..9b91ea68d 100644
> > --- a/newlib/libc/include/pthread.h
> > +++ b/newlib/libc/include/pthread.h
> > @@ -87,6 +87,13 @@ int        pthread_mutex_timedlock (pthread_mutex_t *__mutex,
> >
> >  #endif /* _POSIX_TIMEOUTS */
> >
> > +/* Using __MISC_VISIBLE until POSIX Issue 8 is officially released */
> > +#if __MISC_VISIBLE
>
> I think these symbols should use the __GNU_VISIBLE feature test macro.
> That would also be compatible with GLibC.

Thanks Corinna. I'll take the bullet for telling him to use that one.

--joel

>
>
> Corinna
>

  reply	other threads:[~2021-08-06 18:05 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-06 14:07 [PATCH 0/1] libc: Added Prototypes for POSIX Clock APIs Matt Joyce
2021-08-06 14:07 ` [PATCH 1/1] libc: Added prototypes for new POSIX APIs Matt Joyce
2021-08-06 17:48   ` Corinna Vinschen
2021-08-06 18:05     ` Joel Sherrill [this message]
2021-08-06 20:04 [PATCH 0/1] libc: Added Prototypes for POSIX Clock APIs Matt Joyce
2021-08-06 20:04 ` [PATCH 1/1] libc: Added prototypes for new POSIX APIs Matt Joyce
2021-08-09 10:51   ` Corinna Vinschen

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='CAF9ehCUECMuvPXAb9k9eJRL16zZPOMLvW1s_JARqiY=zUphutA@mail.gmail.com' \
    --to=joel@rtems.org \
    --cc=mfjoyce2004@gmail.com \
    --cc=newlib@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).