summaryrefslogtreecommitdiff
path: root/.topmsg
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2015-03-08 11:20:46 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2015-03-08 11:20:46 +0100
commit091087f1339f7ca31d351143385cc8e127ca4257 (patch)
treeabc7a8795b25e114f25b5a48ba82a3e41f5c5be7 /.topmsg
parent6a266915d717fd7009cb4ec849d45f2bc8a0c73a (diff)
Move pthread-specific definitions and declarations to libpthread
Diffstat (limited to '.topmsg')
-rw-r--r--.topmsg15
1 files changed, 2 insertions, 13 deletions
diff --git a/.topmsg b/.topmsg
index 69aab0d2db..00f0329520 100644
--- a/.topmsg
+++ b/.topmsg
@@ -1,18 +1,7 @@
From: Samuel Thibault <samuel.thibault@ens-lyon.org>
Subject: [PATCH] hurd: Make libc able to call pthread stubs
-* sysdeps/mach/hurd/bits/libc-lock.h: Include
-<pthread/pthread-functions.h>
-(__libc_maybe_call, PTFAVAIL, __libc_ptf_call, __libc_ptf_call_always):
-New macros.
-(__pthread_mutex_init, __pthread_mutex_destroy, __pthread_mutex_trylock,
-__pthread_mutex_lock, __pthread_mutex_unlock, __pthread_mutexattr_init,
-__pthread_mutexattr_destroy, __pthread_mutexattr_settype,
-__pthread_rwlock_init, __pthread_rwlock_destroy,
-__pthread_rwlock_rdlock, __pthread_rwlock_tryrdlock,
-__pthread_rwlock_wrlock, __pthread_rwlock_trywrlock,
-__pthread_rwlock_unlock, __pthread_key_create, __pthread_setspecific,
-__pthread_getspecific, __pthread_once, __pthread_atfork): New
-declarations and weak references.
+* sysdeps/mach/hurd/bits/libc-lock.h [_LIBC]: Include
+<bits/libc-lockP.h>
Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org>