CVSROOT: /cvs Module name: src Changes by: [email protected] 2010/05/26 15:40:05
Modified files:
lib/librthread : rthread_stack.c
Log message:
If the stack size attribute isn't larger than the guard-page size
attribute then make pthread_create() return EINVAL instead of whatever
was in errno on entry (possibly making it appear it succeeded when it
really failed). Encountered by Jung (moorang at gmail.com).
