1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00

hurd: Remove some remnants of cthreads

Libc has actually been using mach's lock-internal.h mutex for a long
time already.
This commit is contained in:
Samuel Thibault
2020-11-14 23:35:35 +00:00
parent 7ed2b6921f
commit 9446e02b0d
27 changed files with 76 additions and 79 deletions

View File

@ -17,11 +17,10 @@
<https://www.gnu.org/licenses/>. */
#include <lock-intern.h>
#include <cthreads.h>
/* If cthreads is linked in, it will define these functions itself to do
real cthreads mutex locks. This file will only be linked in when
cthreads is not used, and `mutexes' are in fact just spin locks (and
/* If pthread is linked in, it will define these functions itself to do
real pthread mutex locks. This file will only be linked in when
pthread is not used, and `mutexes' are in fact just spin locks (and
some unused storage). */
void