Changeset a4da45e for src/main.cc
- Timestamp:
- Feb 26, 2024, 3:53:42 AM (19 months ago)
- 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. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main.cc
r0522ebe ra4da45e 181 181 182 182 static void _Signal(struct sigaction & act, int sig, int flags ) { 183 sigemptyset( &act.sa_mask ); 183 184 act.sa_flags = flags; 184 185
Note:
See TracChangeset
for help on using the changeset viewer.