Bug 1112

Summary: make sure EINVAL is returned from pthread_create if requested thread scheduling priority is invalid
Product: glibc Reporter: Roland McGrath <roland>
Component: libcAssignee: Roland McGrath <roland>
Status: RESOLVED FIXED    
Severity: normal CC: glibc-bugs
Priority: P2    
Version: 2.3.5   
Target Milestone: ---   
Host: Target:
Build: Last reconfirmed:
Bug Depends on:    
Bug Blocks: 852    

Description Roland McGrath 2005-07-18 04:38:39 UTC
This trunk patch should go into the 2.3 branch:

2005-03-23  Ulrich Drepper  <drepper@redhat.com>

	* pthread_create.c (__pthread_create_2_1): Rename syscall error
	variable to scerr.
Comment 1 Roland McGrath 2005-07-19 03:30:28 UTC
This fix is now in the 2.3 branch as well as the trunk, and the problem should
be resolved as of the 2.3.6 release.