Changeset aa9f194 in rtems for c/src/lib/libbsp/unix/posix/shmsupp/intr.c
- Timestamp:
- 08/11/95 14:27:23 (28 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- c1403ef1
- Parents:
- 0e4c603
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/unix/posix/shmsupp/intr.c
r0e4c603 raa9f194 24 24 25 25 #include <stdio.h> 26 26 #include <signal.h> 27 27 28 void Shm_Cause_interrupt_unix( 28 29 rtems_unsigned32 node 29 30 ) 30 31 { 32 Shm_Interrupt_information *intr; 33 intr = &Shm_Interrupt_table[node]; 34 35 kill((pid_t) intr->address, intr->value); 31 36 }
Note: See TracChangeset
for help on using the changeset viewer.