Skip to content

PTHREAD_STACK_MIN typo in POSIX/POSIX-NG OSAL #232

@skliper

Description

@skliper

Both the POSIX and POSIX-NG OSALs contain the following in osapi.c:
{{{#!c
#ifndef PTHREAD_STACK_MIN
#define PTHREAD_STACK_MIN 8092
#endif
}}}

I believe this is supposed to be 8192 or 8*1024.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions