From a99155555c2134a6397584b7cdc30d7e55e070cf Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Sun, 9 Feb 2020 01:13:56 +0100 Subject: htl: Remove unused files These have never been used. --- htl/Makefile | 1 - htl/Versions | 2 -- htl/pt-internal.h | 3 --- 3 files changed, 6 deletions(-) (limited to 'htl') diff --git a/htl/Makefile b/htl/Makefile index b9d3831dd9..0dccf25ebc 100644 --- a/htl/Makefile +++ b/htl/Makefile @@ -61,7 +61,6 @@ libpthread-routines := pt-attr pt-attr-destroy pt-attr-getdetachstate \ pt-testcancel \ pt-cancel \ \ - pt-mutexattr \ pt-mutexattr-destroy pt-mutexattr-init \ pt-mutexattr-getprioceiling pt-mutexattr-getprotocol \ pt-mutexattr-getpshared pt-mutexattr-gettype \ diff --git a/htl/Versions b/htl/Versions index 77f7335b9c..8e0007d77c 100644 --- a/htl/Versions +++ b/htl/Versions @@ -32,8 +32,6 @@ libpthread { __errno_location; __h_errno_location; } GLIBC_2.12 { - __pthread_errorcheck_mutexattr; __pthread_recursive_mutexattr; - __pthread_get_cleanup_stack; __pthread_mutex_transfer_np; diff --git a/htl/pt-internal.h b/htl/pt-internal.h index f8d7d74244..274223cfe1 100644 --- a/htl/pt-internal.h +++ b/htl/pt-internal.h @@ -306,9 +306,6 @@ extern const struct __pthread_attr __pthread_default_attr; /* Default barrier attributes. */ extern const struct __pthread_barrierattr __pthread_default_barrierattr; -/* Default mutex attributes. */ -extern const struct __pthread_mutexattr __pthread_default_mutexattr; - /* Default rdlock attributes. */ extern const struct __pthread_rwlockattr __pthread_default_rwlockattr; -- cgit 1.4.1