summaryrefslogtreecommitdiff
path: root/drivers/unix/semaphore_posix.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/unix/semaphore_posix.h')
-rw-r--r--drivers/unix/semaphore_posix.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/unix/semaphore_posix.h b/drivers/unix/semaphore_posix.h
index e06f6316db..2bffe6933d 100644
--- a/drivers/unix/semaphore_posix.h
+++ b/drivers/unix/semaphore_posix.h
@@ -37,11 +37,11 @@
#include <semaphore.h>
-class SemaphorePosix : public Semaphore {
+class SemaphorePosix : public SemaphoreOld {
mutable sem_t sem;
- static Semaphore *create_semaphore_posix();
+ static SemaphoreOld *create_semaphore_posix();
public:
virtual Error wait();