aboutsummaryrefslogtreecommitdiff
path: root/htl
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2020-02-09 01:13:56 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2020-02-09 01:27:38 +0100
commita99155555c2134a6397584b7cdc30d7e55e070cf (patch)
tree6de1010bd0225f33c231ac9b20a838a89a4daa33 /htl
parentd4e209d35564eecdc006ab9f5b10bc8494c6f1f9 (diff)
downloadglibc-a99155555c2134a6397584b7cdc30d7e55e070cf.zip
glibc-a99155555c2134a6397584b7cdc30d7e55e070cf.tar.gz
glibc-a99155555c2134a6397584b7cdc30d7e55e070cf.tar.bz2
htl: Remove unused files
These have never been used.
Diffstat (limited to 'htl')
-rw-r--r--htl/Makefile1
-rw-r--r--htl/Versions2
-rw-r--r--htl/pt-internal.h3
3 files changed, 0 insertions, 6 deletions
diff --git a/htl/Makefile b/htl/Makefile
index b9d3831..0dccf25 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 77f7335..8e0007d 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 f8d7d74..274223c 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;