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, 1 insertions, 3 deletions
diff --git a/drivers/unix/semaphore_posix.h b/drivers/unix/semaphore_posix.h
index 089f088d33..83e75c9a82 100644
--- a/drivers/unix/semaphore_posix.h
+++ b/drivers/unix/semaphore_posix.h
@@ -36,9 +36,7 @@
#if defined(UNIX_ENABLED) || defined(PTHREAD_ENABLED)
#include <semaphore.h>
-/**
- @author Juan Linietsky <reduzio@gmail.com>
-*/
+
class SemaphorePosix : public Semaphore {
mutable sem_t sem;