~ubuntu-branches/ubuntu/saucy/manpages/saucy

« back to all changes in this revision

Viewing changes to man3/pthread_setconcurrency.3

  • Committer: Bazaar Package Importer
  • Author(s): Joey Schulze
  • Date: 2010-03-02 21:49:58 UTC
  • mfrom: (1.1.42 upstream) (2.2.5 sid)
  • Revision ID: james.westby@ubuntu.com-20100302214958-69yjgb70t7wrjo3m
New upstream version
. Remove crufty statement in setuid(2) that seteuid() is not in POSIX
(closes: Bug#569812)
. Fix description of 'nochdir' argument in daemon(3) (closes: Bug#554819)
. Fix NAME line in path_resolution(7) (closes: Bug#558300)

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
On success,
55
55
.BR pthread_setconcurrency ()
56
56
returns 0;
57
 
on error, it returns a non-zero error number.
 
57
on error, it returns a nonzero error number.
58
58
 
59
59
.BR pthread_getconcurrency ()
60
60
always succeeds, returning the concurrency level set by a previous call to
98
98
.BR pthread_attr_setscope (3),
99
99
.BR pthreads (7)
100
100
.SH COLOPHON
101
 
This page is part of release 3.23 of the Linux
 
101
This page is part of release 3.24 of the Linux
102
102
.I man-pages
103
103
project.
104
104
A description of the project,