diff options
Diffstat (limited to 'src/thread/nt32')
-rw-r--r-- | src/thread/nt32/pthread_detach.c | 2 | ||||
-rw-r--r-- | src/thread/nt32/pthread_equal.c | 2 |
2 files changed, 2 insertions, 2 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) { |