Changeset 2aadf2b in mainline for uspace/lib/posix/signal.c
- Timestamp:
- 2011-08-16T19:17:46Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 903bd436
- Parents:
- 49160c4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/posix/signal.c
r49160c4 r2aadf2b 312 312 if ((action.sa_flags & SA_RESETHAND) && signo != SIGILL && signo != SIGTRAP) { 313 313 _signal_actions[signo] = (struct posix_sigaction) DEFAULT_HANDLER; 314 } ;314 } 315 315 316 316 if (action.sa_flags & SA_SIGINFO) {
Note:
See TracChangeset
for help on using the changeset viewer.