summaryrefslogtreecommitdiff
path: root/lib/libpthread/sys
diff options
context:
space:
mode:
authorJonathan Mini <mini@FreeBSD.org>2002-09-16 08:45:36 +0000
committerJonathan Mini <mini@FreeBSD.org>2002-09-16 08:45:36 +0000
commitcc118d869b950c0c5b934133ed4184e83d88553b (patch)
tree6cfc3adc606bf24f8d8f276256e9b391c6d7618b /lib/libpthread/sys
parent2c16ed2973fd134f416f3a24e9a01c939b8ffa5e (diff)
Notes
Diffstat (limited to 'lib/libpthread/sys')
-rw-r--r--lib/libpthread/sys/Makefile.inc4
-rw-r--r--lib/libpthread/sys/thr_error.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/lib/libpthread/sys/Makefile.inc b/lib/libpthread/sys/Makefile.inc
index e608afa69909..bfcb3d9c8431 100644
--- a/lib/libpthread/sys/Makefile.inc
+++ b/lib/libpthread/sys/Makefile.inc
@@ -1,6 +1,6 @@
# $FreeBSD$
-.PATH: ${.CURDIR}/sys ${.CURDIR}/arch/${MACHINE_ARCH}
+.PATH: ${.CURDIR}/sys ${.CURDIR}/arch/${MACHINE_ARCH}/${MACHINE_ARCH}
-SRCS+= uthread_error.c _atomic_lock.S
+SRCS+= thr_error.c _atomic_lock.S
diff --git a/lib/libpthread/sys/thr_error.c b/lib/libpthread/sys/thr_error.c
index 0d08ae83729a..837c5eee18a6 100644
--- a/lib/libpthread/sys/thr_error.c
+++ b/lib/libpthread/sys/thr_error.c
@@ -35,7 +35,7 @@
*/
#ifdef _THREAD_SAFE
#include <pthread.h>
-#include "pthread_private.h"
+#include "thr_private.h"
extern int errno;
int * __error()