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

« back to all changes in this revision

Viewing changes to man2/mknodat.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 MKNODAT 2 2008-08-21 "Linux" "Linux Programmer's Manual"
 
26
.TH MKNODAT 2 2009-12-13 "Linux" "Linux Programmer's Manual"
27
27
.SH NAME
28
28
mknodat \- create a special or ordinary file relative to a directory
29
29
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 <sys/stat.h>
35
34
.sp
36
35
.BI "int mknodat(int " dirfd ", const char *" pathname ", mode_t " mode \
37
36
", dev_t " dev );
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 mknodat ():
 
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 mknodat ()
109
120
.BR openat (2),
110
121
.BR path_resolution (7)
111
122
.SH COLOPHON
112
 
This page is part of release 3.23 of the Linux
 
123
This page is part of release 3.24 of the Linux
113
124
.I man-pages
114
125
project.
115
126
A description of the project,