This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[glibc] Remove hppa pthreadP.h


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]