Changeset 8d0b7d96 in rtems for c/src/exec/posix


Ignore:
Timestamp:
12/01/95 22:03:55 (27 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
11ab74e
Parents:
caaa47c
Message:

Insert mode argument to _Watchdog_Insert removed. Now are watchdog timers
are automatically activated upon insertion.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • c/src/exec/posix/src/psignal.c

    rcaaa47c r8d0b7d96  
    253253      NULL
    254254    );
    255     _Watchdog_Insert_seconds(
    256       &_Thread_Executing->Timer,
    257       seconds,
    258       WATCHDOG_ACTIVATE_NOW
    259     );
     255    _Watchdog_Insert_seconds( &_Thread_Executing->Timer, seconds );
    260256  _Thread_Enable_dispatch();
    261257  return 0;                       /* XXX should account for signal */
Note: See TracChangeset for help on using the changeset viewer.