Skip to content

Commit

Permalink
fix style in signal-base.h
Browse files Browse the repository at this point in the history
  • Loading branch information
ziyao233 committed Dec 23, 2024
1 parent 400105e commit 7aaaba7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions suite/tests/linux/signal-base.h
Original file line number Diff line number Diff line change
Expand Up @@ -326,9 +326,9 @@ int
print("Got some timer hits!\n");
#endif

/* We leave the sigstack in place for the timer so any racy alarm arriving
* after we disabled the itimer will be on the alt stack.
*/
/* We leave the sigstack in place for the timer so any racy alarm arriving
* after we disabled the itimer will be on the alt stack.
*/
#if USE_SIGSTACK && !USE_TIMER
stack_t check_stack;
rc = sigaltstack(NULL, &check_stack);
Expand Down

0 comments on commit 7aaaba7

Please sign in to comment.