summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/include/semaphore.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/posix/include/semaphore.h')
-rw-r--r--cpukit/posix/include/semaphore.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/posix/include/semaphore.h b/cpukit/posix/include/semaphore.h
index b41a729eb4..c2334dcad8 100644
--- a/cpukit/posix/include/semaphore.h
+++ b/cpukit/posix/include/semaphore.h
@@ -6,8 +6,8 @@
* $Id$
*/
-#ifndef __POSIX_SEMAPHORE_h
-#define __POSIX_SEMAPHORE_h
+#ifndef _SEMAPHORE_H
+#define _SEMAPHORE_H
#ifdef __cplusplus
extern "C" {