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:
parent
48f6c59332
commit
d64cd470ae
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue