public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc] Remove hppa pthreadP.h
@ 2019-11-08 19:01 Adhemerval Zanella
  0 siblings, 0 replies; only message in thread
From: Adhemerval Zanella @ 2019-11-08 19:01 UTC (permalink / raw)
  To: glibc-cvs

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

commit 31f000a8a65932bb34f8995f54297486c91648c3
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Fri Nov 8 15:45:10 2019 -0300

    Remove hppa pthreadP.h
    
    It just contains duplicated defitions provided by other generic
    nptl headers.
    
    Checked with run-built-tests=no against hppa-linux-gnu.
    
    Change-Id: I95f55d5b7b7ae528c81cd2394d57ce92398189bf

Diff:
---
 sysdeps/unix/sysv/linux/hppa/pthreadP.h | 16 ----------------
 1 file changed, 16 deletions(-)

diff --git a/sysdeps/unix/sysv/linux/hppa/pthreadP.h b/sysdeps/unix/sysv/linux/hppa/pthreadP.h
deleted file mode 100644
index 744b5b0..0000000
--- a/sysdeps/unix/sysv/linux/hppa/pthreadP.h
+++ /dev/null
@@ -1,16 +0,0 @@
-#include_next <pthreadP.h>
-#ifndef _PTHREADP_H_HPPA_
-#define _PTHREADP_H_HPPA_ 1
-
-/* Internal cond functions.  */
-extern int __pthread_cond_broadcast_internal (pthread_cond_t *cond);
-extern int __pthread_cond_destroy_internal (pthread_cond_t *cond);
-extern int __pthread_cond_init_internal (pthread_cond_t *cond,
-                                        const pthread_condattr_t *cond_attr);
-extern int __pthread_cond_signal_internal (pthread_cond_t *cond);
-extern int __pthread_cond_timedwait_internal (pthread_cond_t *cond,
-                                             pthread_mutex_t *mutex,
-                                             const struct timespec *abstime);
-extern int __pthread_cond_wait_internal (pthread_cond_t *cond,
-                                        pthread_mutex_t *mutex);
-#endif


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

only message in thread, other threads:[~2019-11-08 19:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-08 19:01 [glibc] Remove hppa pthreadP.h Adhemerval Zanella

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