diff options
| author | Namilskyy <alive6863@gmail.com> | 2025-10-30 14:31:58 +0300 |
|---|---|---|
| committer | Namilskyy <alive6863@gmail.com> | 2025-10-30 14:31:58 +0300 |
| commit | 4daa446eed00f86cc6290ce128050995804ded89 (patch) | |
| tree | 56d5a11a44598370915536ffa33a56cc85ffaedb /src/non_critical/syscall_storm.c | |
| parent | c3ebda7ce605e40e6bc43b3d492f0fb0a8153e59 (diff) | |
First release.
Diffstat (limited to 'src/non_critical/syscall_storm.c')
| -rw-r--r-- | src/non_critical/syscall_storm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/non_critical/syscall_storm.c b/src/non_critical/syscall_storm.c index a7a2066..184942e 100644 --- a/src/non_critical/syscall_storm.c +++ b/src/non_critical/syscall_storm.c @@ -7,7 +7,7 @@ #include <pthread.h> #include <stdio.h> -pthread_t THRS[MAX_THREADS]; +static pthread_t THRS[MAX_THREADS]; static void* syscall_storm_linux(void* arg) { int iterations = *(int*)arg; |
