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

« back to all changes in this revision

Viewing changes to man2/readlinkat.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:
23
23
.\" the source, must acknowledge the copyright and authors of this work.
24
24
.\"
25
25
.\"
26
 
.TH READLINKAT 2 2008-08-21 "Linux" "Linux Programmer's Manual"
 
26
.TH READLINKAT 2 2009-12-13 "Linux" "Linux Programmer's Manual"
27
27
.SH NAME
28
28
readlinkat \- read value of a symbolic link relative to
29
29
a directory file descriptor
30
30
.SH SYNOPSIS
31
31
.nf
32
 
.B #define _ATFILE_SOURCE
33
32
.B #include <fcntl.h>           /* Definition of AT_* constants */
34
33
.B #include <unistd.h>
35
34
.sp
36
35
.BI "int readlinkat(int " dirfd ", const char *" pathname ,
37
36
.BI "               char *" buf ", size_t " bufsiz );
38
37
.fi
 
38
.sp
 
39
.in -4n
 
40
Feature Test Macro Requirements for glibc (see
 
41
.BR feature_test_macros (7)):
 
42
.in
 
43
.sp
 
44
.BR readlinkat ():
 
45
.br
 
46
Since glibc 2.10: _XOPEN_SOURCE >= 700 || _POSIX_C_SOURCE >= 200809L
 
47
.br
 
48
Before glibc 2.10:
 
49
_ATFILE_SOURCE
39
50
.SH DESCRIPTION
40
51
The
41
52
.BR readlinkat ()
110
121
.BR readlink (2),
111
122
.BR path_resolution (7)
112
123
.SH COLOPHON
113
 
This page is part of release 3.23 of the Linux
 
124
This page is part of release 3.24 of the Linux
114
125
.I man-pages
115
126
project.
116
127
A description of the project,