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

« back to all changes in this revision

Viewing changes to man2/fstatat.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 FSTATAT 2 2008-08-21 "Linux" "Linux Programmer's Manual"
 
26
.TH FSTATAT 2 2009-12-13 "Linux" "Linux Programmer's Manual"
27
27
.SH NAME
28
28
fstatat \- get file status relative to a directory file descriptor
29
29
.SH SYNOPSIS
30
30
.nf
31
 
.B #define _ATFILE_SOURCE
32
31
.B #include <fcntl.h>           /* Definition of AT_* constants */
33
32
.B #include <sys/stat.h>
34
33
.sp
36
35
buf ,
37
36
.BI "            int " flags );
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 fstatat ():
 
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 fstatat ()
129
140
.BR path_resolution (7),
130
141
.BR symlink (7)
131
142
.SH COLOPHON
132
 
This page is part of release 3.23 of the Linux
 
143
This page is part of release 3.24 of the Linux
133
144
.I man-pages
134
145
project.
135
146
A description of the project,