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

« back to all changes in this revision

Viewing changes to man3/makedev.3

  • Committer: Package Import Robot
  • Author(s): Loïc Minier
  • Date: 2011-10-17 13:06:22 UTC
  • mfrom: (1.1.46 upstream) (2.2.11 sid)
  • Revision ID: package-import@ubuntu.com-20111017130622-rbdw3julnma2baqu
Tags: 3.32-0.2ubuntu1
* Merge from Debian testing/unstable; remaining changes:
  - ptrace.2, prctl.2: document Ubuntu-specific PTRACE_ATTACH,
    PR_SET_PTRACER behavior.
* Keep Debian's glibc-doc version in the Replaces as it's satisfactory for
  upgrades from natty and lucid.

Show diffs side-by-side

added added

removed removed

Lines of Context:
60
60
.BR stat (2).
61
61
.SH "CONFORMING TO"
62
62
The
63
 
.BR makedev ()
64
 
.BR major ()
 
63
.BR makedev (),
 
64
.BR major (),
65
65
and
66
66
.BR minor ()
67
67
functions are not specified in POSIX.1,
71
71
These interfaces are defined as macros.
72
72
Since glibc 2.3.3,
73
73
they have been aliases for three GNU-specific functions:
74
 
.BR gnu_dev_makedev (3),
75
 
.BR gnu_dev_major (3),
 
74
.BR gnu_dev_makedev (),
 
75
.BR gnu_dev_major (),
76
76
and
77
 
.BR gnu_dev_minor (3).
 
77
.BR gnu_dev_minor ().
78
78
The latter names are exported, but the traditional names are more portable.
79
79
.SH "SEE ALSO"
80
80
.BR mknod (2),
81
81
.BR stat (2)
82
82
.SH COLOPHON
83
 
This page is part of release 3.27 of the Linux
 
83
This page is part of release 3.32 of the Linux
84
84
.I man-pages
85
85
project.
86
86
A description of the project,