Changeset a22d148 for src/main.cc


Ignore:
Timestamp:
Feb 7, 2024, 5:13:03 PM (5 months ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Children:
211def2
Parents:
d63746f (diff), dacd2c19 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main.cc

    rd63746f ra22d148  
    181181
    182182static void _Signal(struct sigaction & act, int sig, int flags ) {
     183        sigemptyset( &act.sa_mask );
    183184        act.sa_flags = flags;
    184185
Note: See TracChangeset for help on using the changeset viewer.