summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/include/semaphore.h
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-02-21 07:20:13 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-02-21 07:20:13 +0000
commit5ec2f12d860971da97ada8f810a0ed87ac609e94 (patch)
tree17aaed3d2be83300cb96057824b04c73ae1c026e /cpukit/posix/include/semaphore.h
parent2005-02-21 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-5ec2f12d860971da97ada8f810a0ed87ac609e94.tar.bz2
New header guards.
Diffstat (limited to '')
-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" {