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

« back to all changes in this revision

Viewing changes to man2/futex.2

  • 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:
56
56
Callers of this function are expected to adhere to the semantics as set out in
57
57
.BR futex (7).
58
58
As these
59
 
semantics involve writing non-portable assembly instructions, this in turn
 
59
semantics involve writing nonportable assembly instructions, this in turn
60
60
probably means that most users will in fact be library authors and not
61
61
general application developers.
62
62
.PP
268
268
futex example library, futex-*.tar.bz2
269
269
<URL:ftp://ftp.nl.kernel.org/pub/linux/kernel/people/rusty/>.
270
270
.SH COLOPHON
271
 
This page is part of release 3.23 of the Linux
 
271
This page is part of release 3.24 of the Linux
272
272
.I man-pages
273
273
project.
274
274
A description of the project,