Changeset a4da45e for src/main.cc


Ignore:
Timestamp:
Feb 26, 2024, 3:53:42 AM (19 months ago)
Author:
JiadaL <j82liang@…>
Branches:
master
Children:
3f9a8d0
Parents:
0522ebe (diff), 022bce0 (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:

Resolve conflict

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main.cc

    r0522ebe ra4da45e  
    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.