Cygwin: get_rlimit_stack: add a comment

...just to see what it's used for.

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
Corinna Vinschen 2021-11-30 11:40:24 +01:00
parent 48f6c59332
commit d64cd470ae
1 changed files with 2 additions and 0 deletions

View File

@ -147,6 +147,8 @@ __get_rlimit_stack (struct rlimit *rlp)
rlimit_stack_guard.release ();
}
/* Interface to stack limit called from pthread_create and
pthread_attr_getstacksize. */
size_t
get_rlimit_stack (void)
{