Changeset 8d0b7d96 in rtems for c/src/exec/posix
- Timestamp:
- 12/01/95 22:03:55 (27 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 11ab74e
- Parents:
- caaa47c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/posix/src/psignal.c
rcaaa47c r8d0b7d96 253 253 NULL 254 254 ); 255 _Watchdog_Insert_seconds( 256 &_Thread_Executing->Timer, 257 seconds, 258 WATCHDOG_ACTIVATE_NOW 259 ); 255 _Watchdog_Insert_seconds( &_Thread_Executing->Timer, seconds ); 260 256 _Thread_Enable_dispatch(); 261 257 return 0; /* XXX should account for signal */
Note: See TracChangeset
for help on using the changeset viewer.