mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-01 07:35:02 +03: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: https://github.com/SerenityOS/serenity/commit/1e2dc736e35 Pull-request: https://github.com/SerenityOS/serenity/pull/3164 Reviewed-by: https://github.com/Dexesttp Reviewed-by: https://github.com/alimpfard
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user