forked from Imagelibrary/rtems
2000-09-25 Joel Sherrill <joel@OARcorp.com>
* shmdr/shm_driver.h: Added _AM29K entry. May not be correct.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2000-09-25 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* shmdr/shm_driver.h: Added _AM29K entry. May not be correct.
|
||||
|
||||
2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* shmdr/Makefile.am: Include compile.am
|
||||
|
||||
@@ -141,6 +141,9 @@ extern "C" {
|
||||
#elif defined(__unix__)
|
||||
#define SHM_LOCK_VALUE 0
|
||||
#define SHM_UNLOCK_VALUE 1
|
||||
#elif defined(_AM29K)
|
||||
#define SHM_LOCK_VALUE 0
|
||||
#define SHM_UNLOCK_VALUE 1
|
||||
#elif defined(no_cpu) /* for this values are irrelevant */
|
||||
#define SHM_LOCK_VALUE 1
|
||||
#define SHM_UNLOCK_VALUE 0
|
||||
|
||||
@@ -141,6 +141,9 @@ extern "C" {
|
||||
#elif defined(__unix__)
|
||||
#define SHM_LOCK_VALUE 0
|
||||
#define SHM_UNLOCK_VALUE 1
|
||||
#elif defined(_AM29K)
|
||||
#define SHM_LOCK_VALUE 0
|
||||
#define SHM_UNLOCK_VALUE 1
|
||||
#elif defined(no_cpu) /* for this values are irrelevant */
|
||||
#define SHM_LOCK_VALUE 1
|
||||
#define SHM_UNLOCK_VALUE 0
|
||||
|
||||
Reference in New Issue
Block a user