Changeset dae18b5 in rtems
- Timestamp:
- 02/10/99 17:22:16 (24 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- c8b5487
- Parents:
- 386289b
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/posix/src/psignal.c
r386289b rdae18b5 292 292 switch ( _POSIX_signals_Vectors[ signo ].sa_flags ) { 293 293 case SA_SIGINFO: 294 assert( is_global );294 /* assert( is_global ); -- not right after timers added */ 295 295 296 296 (*_POSIX_signals_Vectors[ signo ].sa_sigaction)( -
cpukit/posix/src/psignal.c
r386289b rdae18b5 292 292 switch ( _POSIX_signals_Vectors[ signo ].sa_flags ) { 293 293 case SA_SIGINFO: 294 assert( is_global );294 /* assert( is_global ); -- not right after timers added */ 295 295 296 296 (*_POSIX_signals_Vectors[ signo ].sa_sigaction)(
Note: See TracChangeset
for help on using the changeset viewer.