mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-05-08 20:28:26 +00:00
Userland/tt: Switch to MiB
This commit is contained in:
committed by
Andreas Kling
parent
af96cfe9ef
commit
1e2dc736e3
@@ -261,7 +261,7 @@ int stack_size_test()
|
||||
printf("pthread_attr_setstacksize: %s\n", strerror(rc));
|
||||
return 3;
|
||||
}
|
||||
printf("Set thread stack size to 8 MB\n");
|
||||
printf("Set thread stack size to 8 MiB\n");
|
||||
|
||||
pthread_t thread_id;
|
||||
rc = pthread_create(
|
||||
|
||||
Reference in New Issue
Block a user