summaryrefslogtreecommitdiff
path: root/libfshelp/trans.h
diff options
context:
space:
mode:
Diffstat (limited to 'libfshelp/trans.h')
-rw-r--r--libfshelp/trans.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libfshelp/trans.h b/libfshelp/trans.h
index b2416453..a9ea6487 100644
--- a/libfshelp/trans.h
+++ b/libfshelp/trans.h
@@ -17,7 +17,7 @@
#include <mach.h>
#include <hurd.h>
-#include <cthreads.h>
+#include <pthread.h>
#include <hurd/ports.h>
#include "fshelp.h"
@@ -28,5 +28,5 @@ struct transboot
struct trans_link *link;
};
-spin_lock_t _fshelp_translistlock;
+pthread_spinlock_t _fshelp_translistlock;
struct trans_link *_fshelp_translist;