Skip to content

Commit

Permalink
fix sigsegv.c compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
Virv12 committed Jan 24, 2025
1 parent a5b270f commit 3bfa438
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions tests/tasks/classic/sol/sigsegv.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#include <errno.h>
#include <signal.h>
#define _GNU_SOURCE
#include <stdio.h>
#include <stdlib.h>
#include <sys/mman.h>
Expand Down
3 changes: 1 addition & 2 deletions tests/tasks/with_constraints_py/sol/sigsegv.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#include <errno.h>
#include <signal.h>
#define _GNU_SOURCE
#include <stdio.h>
#include <stdlib.h>
#include <sys/mman.h>
Expand Down

0 comments on commit 3bfa438

Please sign in to comment.