From 48bfd9925727e46aada26c40c967a5ad57d98919 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 30 Nov 1999 19:58:02 +0000 Subject: Renamed shm.h to shm_driver.h to avoid conflicts with POSIX shm.h. Renamed file shmsupp/intr.c in some BSPs to shmsupp/cause_intr.c to avoid conflict with rtems/src/intr.c (Classic API Interrupt Manager). --- c/src/lib/libbsp/shmdr/shm_driver.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'c/src/lib/libbsp/shmdr/shm_driver.h') diff --git a/c/src/lib/libbsp/shmdr/shm_driver.h b/c/src/lib/libbsp/shmdr/shm_driver.h index 2f212fd759..7efc9dbfcb 100644 --- a/c/src/lib/libbsp/shmdr/shm_driver.h +++ b/c/src/lib/libbsp/shmdr/shm_driver.h @@ -1,4 +1,4 @@ -/* shm.h +/* shm_driver.h * * This include file contains all the constants, structures, * and global variables for this RTEMS based shared memory @@ -145,7 +145,7 @@ extern "C" { #define SHM_LOCK_VALUE 1 #define SHM_UNLOCK_VALUE 0 #else -#error "shm.h - no SHM_LOCK_VALUE defined for this CPU architecture" +#error "shm_driver.h - no SHM_LOCK_VALUE defined for this CPU architecture" #endif #define Shm_Convert( value ) \ -- cgit v1.2.3