mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-02 14:19:15 +00:00
Userland/tt: Switch to MiB
This commit is contained in:
parent
af96cfe9ef
commit
1e2dc736e3
Notes:
sideshowbarker
2024-07-19 03:34:22 +09:00
Author: https://github.com/nico
Commit: 1e2dc736e3
Pull-request: https://github.com/SerenityOS/serenity/pull/3164
Reviewed-by: https://github.com/Dexesttp
Reviewed-by: https://github.com/alimpfard
1 changed files with 1 additions and 1 deletions
|
@ -261,7 +261,7 @@ int stack_size_test()
|
||||||
printf("pthread_attr_setstacksize: %s\n", strerror(rc));
|
printf("pthread_attr_setstacksize: %s\n", strerror(rc));
|
||||||
return 3;
|
return 3;
|
||||||
}
|
}
|
||||||
printf("Set thread stack size to 8 MB\n");
|
printf("Set thread stack size to 8 MiB\n");
|
||||||
|
|
||||||
pthread_t thread_id;
|
pthread_t thread_id;
|
||||||
rc = pthread_create(
|
rc = pthread_create(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue