Changeset d6ba279 in rtems for cpukit/score/cpu/unix/cpu.c
- Timestamp:
- 04/07/97 21:24:02 (26 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 759a9d9
- Parents:
- 0b50855
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/score/cpu/unix/cpu.c
r0b50855 rd6ba279 818 818 key_t shm_key; 819 819 key_t sem_key; 820 int status ;820 int status = 0; /* to avoid unitialized warnings */ 821 821 int shm_size; 822 822
Note: See TracChangeset
for help on using the changeset viewer.