From a6b869510ebbd46d629c7dd4379cd22902ee2974 Mon Sep 17 00:00:00 2001 From: midipix Date: Jan 10 2019 03:43:16 +0000 Subject: mmglue: src/thread/ following build-system transition (distinct port dir). --- 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) {