summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/libc/thread/Makefile.inc4
-rw-r--r--lib/libc/thread/unithread_storage.c (renamed from lib/libc/thread/thread_storage.c)2
2 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/thread/Makefile.inc b/lib/libc/thread/Makefile.inc
index 08610fe77cd..8abec94f330 100644
--- a/lib/libc/thread/Makefile.inc
+++ b/lib/libc/thread/Makefile.inc
@@ -1,6 +1,6 @@
-# $OpenBSD: Makefile.inc,v 1.1 2000/01/06 07:27:33 d Exp $
+# $OpenBSD: Makefile.inc,v 1.2 2000/01/06 15:07:06 d Exp $
.PATH: ${LIBCSRCDIR}/thread
-SRCS+= thread_fd.c thread_storage.c
+SRCS+= thread_fd.c unithread_storage.c
diff --git a/lib/libc/thread/thread_storage.c b/lib/libc/thread/unithread_storage.c
index cd810627a11..456082a8a2b 100644
--- a/lib/libc/thread/thread_storage.c
+++ b/lib/libc/thread/unithread_storage.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: thread_storage.c,v 1.1 2000/01/06 07:27:33 d Exp $ */
+/* $OpenBSD: unithread_storage.c,v 1.1 2000/01/06 15:07:06 d Exp $ */
/*
*
*/