~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: 2008-12-13 15:28:58 UTC
  • mfrom: (1.1.37 upstream) (2.1.13 sid)
  • Revision ID: james.westby@ubuntu.com-20081213152858-06ey2s94bhc09owg
* New upstream source
* Avoid distribution of more up-to-date pthread manpages that are
  currently also provided by glibc-doc:
  . pthread_cleanup_push_defer_np(3)
  . pthread_cleanup_pop_restore_np(3)

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
.\" material in the kernel source file Documentation/pi-futex.txt.
15
15
.\" 2.6.25 adds FUTEX_WAKE_BITSET, FUTEX_WAIT_BITSET
16
16
.\"
17
 
.TH FUTEX 2 2008-01-31 "Linux" "Linux Programmer's Manual"
 
17
.TH FUTEX 2 2008-11-27 "Linux" "Linux Programmer's Manual"
18
18
.SH NAME
19
19
futex \- Fast Userspace Locking system call
20
20
.SH SYNOPSIS
248
248
This system call is Linux-specific.
249
249
.SH "NOTES"
250
250
.PP
251
 
To reiterate, bare futexes are not intended as an easy to use abstraction
 
251
To reiterate, bare futexes are not intended as an easy-to-use abstraction
252
252
for end-users.
 
253
(There is no wrapper function for this system call in glibc.)
253
254
Implementors are expected to be assembly literate and to have
254
255
read the sources of the futex userspace library referenced below.
255
256
.\" .SH "AUTHORS"
267
268
futex example library, futex-*.tar.bz2
268
269
<URL:ftp://ftp.nl.kernel.org/pub/linux/kernel/people/rusty/>.
269
270
.SH COLOPHON
270
 
This page is part of release 3.14 of the Linux
 
271
This page is part of release 3.15 of the Linux
271
272
.I man-pages
272
273
project.
273
274
A description of the project,