summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/hppa1.1/semaphore/semaphore.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-09 02:32:37 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-09 02:32:37 +0000
commit9af31a6e92b51e5dbaa3d6212b607828e506ef85 (patch)
treebca9978af008bfe196e98c68b2e849daa7875bd9 /c/src/lib/libcpu/hppa1.1/semaphore/semaphore.h
parentRemoved runway directory and moved contents to include. (diff)
downloadrtems-9af31a6e92b51e5dbaa3d6212b607828e506ef85.tar.bz2
Moved include files to hppa1.1 subdirectory and put their sources
in the include directory.
Diffstat (limited to '')
-rw-r--r--c/src/lib/libcpu/hppa1.1/include/semaphore.h (renamed from c/src/lib/libcpu/hppa1.1/semaphore/semaphore.h)4
1 files changed, 2 insertions, 2 deletions
diff --git a/c/src/lib/libcpu/hppa1.1/semaphore/semaphore.h b/c/src/lib/libcpu/hppa1.1/include/semaphore.h
index 0ff4d13767..a1ef1f6ebe 100644
--- a/c/src/lib/libcpu/hppa1.1/semaphore/semaphore.h
+++ b/c/src/lib/libcpu/hppa1.1/include/semaphore.h
@@ -14,8 +14,8 @@
* $Id$
*/
-#ifndef _INCLUDE_SEMAPHORE_H
-#define _INCLUDE_SEMAPHORE_H
+#ifndef _INCLUDE_HPPA1_1_SEMAPHORE_H
+#define _INCLUDE_HPPA1_1_SEMAPHORE_H
#ifdef __cplusplus
extern "C" {