Changeset 2aadf2b in mainline for uspace/lib/posix/signal.c


Ignore:
Timestamp:
2011-08-16T19:17:46Z (13 years ago)
Author:
Petr Koupy <petr.koupy@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
903bd436
Parents:
49160c4
Message:

Minor coding style corrections.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/posix/signal.c

    r49160c4 r2aadf2b  
    312312        if ((action.sa_flags & SA_RESETHAND) && signo != SIGILL && signo != SIGTRAP) {
    313313                _signal_actions[signo] = (struct posix_sigaction) DEFAULT_HANDLER;
    314         };
     314        }
    315315
    316316        if (action.sa_flags & SA_SIGINFO) {
Note: See TracChangeset for help on using the changeset viewer.