public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc] htl: Remove stub warning for pthread_mutexattr_setpshared
@ 2020-02-16 14:36 Samuel Thibault
  0 siblings, 0 replies; only message in thread
From: Samuel Thibault @ 2020-02-16 14:36 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=f640c4231df53aecd5880b4a172981e633de2718

commit f640c4231df53aecd5880b4a172981e633de2718
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Sun Feb 16 06:35:42 2020 -0800

    htl: Remove stub warning for pthread_mutexattr_setpshared
    
    It actually is implemented.

Diff:
---
 sysdeps/mach/hurd/htl/pt-mutexattr-setpshared.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sysdeps/mach/hurd/htl/pt-mutexattr-setpshared.c b/sysdeps/mach/hurd/htl/pt-mutexattr-setpshared.c
index fad7389..e660013 100644
--- a/sysdeps/mach/hurd/htl/pt-mutexattr-setpshared.c
+++ b/sysdeps/mach/hurd/htl/pt-mutexattr-setpshared.c
@@ -32,4 +32,3 @@ pthread_mutexattr_setpshared (pthread_mutexattr_t *attrp, int pshared)
   attrp->__pshared = pshared;
   return 0;
 }
-stub_warning (pthread_mutexattr_setpshared)


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-02-16 14:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-16 14:36 [glibc] htl: Remove stub warning for pthread_mutexattr_setpshared Samuel Thibault

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).