summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/thread/nt32/pthread_detach.c2
-rw-r--r--src/thread/nt32/pthread_equal.c2
-rw-r--r--src/thread/nt64/pthread_detach.c2
-rw-r--r--src/thread/nt64/pthread_equal.c2
4 files changed, 4 insertions, 4 deletions
diff --git a/src/thread/nt32/pthread_detach.c b/src/thread/nt32/pthread_detach.c
index 85db4cb..6fbd241 100644
--- a/src/thread/nt32/pthread_detach.c
+++ b/src/thread/nt32/pthread_detach.c
@@ -1,4 +1,4 @@
-#include "../pthread_detach.c"
+#include "../thread/pthread_detach.c"
int __pthread_detach_impl(pthread_t t)
{
diff --git a/src/thread/nt32/pthread_equal.c b/src/thread/nt32/pthread_equal.c
index a8fcd79..dc263f7 100644
--- a/src/thread/nt32/pthread_equal.c
+++ b/src/thread/nt32/pthread_equal.c
@@ -1,4 +1,4 @@
-#include "../pthread_equal.c"
+#include "../thread/pthread_equal.c"
int __pthread_equal_impl(pthread_t a, pthread_t b)
{
diff --git a/src/thread/nt64/pthread_detach.c b/src/thread/nt64/pthread_detach.c
index 85db4cb..6fbd241 100644
--- a/src/thread/nt64/pthread_detach.c
+++ b/src/thread/nt64/pthread_detach.c
@@ -1,4 +1,4 @@
-#include "../pthread_detach.c"
+#include "../thread/pthread_detach.c"
int __pthread_detach_impl(pthread_t t)
{
diff --git a/src/thread/nt64/pthread_equal.c b/src/thread/nt64/pthread_equal.c
index a8fcd79..dc263f7 100644
--- a/src/thread/nt64/pthread_equal.c
+++ b/src/thread/nt64/pthread_equal.c
@@ -1,4 +1,4 @@
-#include "../pthread_equal.c"
+#include "../thread/pthread_equal.c"
int __pthread_equal_impl(pthread_t a, pthread_t b)
{