Bug 1112 - make sure EINVAL is returned from pthread_create if requested thread scheduling priority is invalid
Summary: make sure EINVAL is returned from pthread_create if requested thread scheduli...
Status: RESOLVED FIXED
Alias: None
Product: glibc
Classification: Unclassified
Component: libc (show other bugs)
Version: 2.3.5
: P2 normal
Target Milestone: ---
Assignee: Roland McGrath
URL:
Keywords:
Depends on:
Blocks: libc236
  Show dependency treegraph
 
Reported: 2005-07-18 04:38 UTC by Roland McGrath
Modified: 2005-07-19 03:30 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.