From 5ec2f12d860971da97ada8f810a0ed87ac609e94 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 21 Feb 2005 07:20:13 +0000 Subject: New header guards. --- cpukit/posix/include/semaphore.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpukit/posix/include/semaphore.h') 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" { -- cgit v1.2.3