Ignore:
Timestamp:
11/30/99 19:58:02 (24 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
d0950ad
Parents:
1563d8c
Message:

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).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • c/src/libchip/shmdr/shm_driver.h

    r1563d8c r48bfd992  
    1 /*  shm.h
     1/*  shm_driver.h
    22 *
    33 *  This include file contains all the constants, structures,
     
    146146#define SHM_UNLOCK_VALUE  0
    147147#else
    148 #error "shm.h - no SHM_LOCK_VALUE defined for this CPU architecture"
     148#error "shm_driver.h - no SHM_LOCK_VALUE defined for this CPU architecture"
    149149#endif
    150150
Note: See TracChangeset for help on using the changeset viewer.