about summary refs log tree commit diff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1997-11-19 23:45:09 +0000
committerUlrich Drepper <drepper@redhat.com>1997-11-19 23:45:09 +0000
commit1c989f94567adf71553ac805aaeb1d1cbf246036 (patch)
tree4fdc6655dbacb5affdbd1bd018fd6003a3f413bd
parent816ce03a338d7a3127d707bc7da2887158b5794d (diff)
downloadglibc-1c989f94567adf71553ac805aaeb1d1cbf246036.tar.gz
glibc-1c989f94567adf71553ac805aaeb1d1cbf246036.tar.xz
glibc-1c989f94567adf71553ac805aaeb1d1cbf246036.zip
Include <libc-lock.h>, not <bits/libc-lock.h>.
-rw-r--r--sysdeps/mach/hurd/cthreads.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/mach/hurd/cthreads.c b/sysdeps/mach/hurd/cthreads.c
index c63ae73bb5..a641b647df 100644
--- a/sysdeps/mach/hurd/cthreads.c
+++ b/sysdeps/mach/hurd/cthreads.c
@@ -1,4 +1,4 @@
-#include <bits/libc-lock.h>
+#include <libc-lock.h>
 #include <errno.h>
 #include <stdlib.h>