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

« back to all changes in this revision

Viewing changes to man3/unlocked_stdio.3

  • Committer: Bazaar Package Importer
  • Author(s): Benjamin Drung
  • Date: 2010-11-17 16:35:58 UTC
  • mfrom: (1.1.45 upstream) (2.2.8 sid)
  • Revision ID: james.westby@ubuntu.com-20101117163558-9h3ho5jumqm3rdmd
Tags: 3.27-1ubuntu1
* Merge from Debian unstable; remaining changes:
  - ptrace.2, prctl.2: document Ubuntu-specific PTRACE_ATTACH,
    PR_SET_PTRACER behavior.

Show diffs side-by-side

added added

removed removed

Lines of Context:
70
70
.BR getchar_unlocked (),
71
71
.BR putc_unlocked (),
72
72
.BR putchar_unlocked ():
 
73
.RS 4
73
74
_POSIX_C_SOURCE\ >=\ 1 || _XOPEN_SOURCE || _POSIX_SOURCE ||
74
75
_BSD_SOURCE || _SVID_SOURCE
 
76
.RE
75
77
.sp
76
78
.BR clearerr_unlocked (),
77
79
.BR feof_unlocked (),
82
84
.BR fputc_unlocked (),
83
85
.BR fread_unlocked (),
84
86
.BR fwrite_unlocked ():
 
87
.RS 4
85
88
_BSD_SOURCE || _SVID_SOURCE
 
89
.RE
86
90
.sp
87
91
.BR fgets_unlocked (),
88
92
.BR fputs_unlocked (),
93
97
.BR putwchar_unlocked (),
94
98
.BR fgetws_unlocked (),
95
99
.BR fputws_unlocked ():
 
100
.RS 4
96
101
_GNU_SOURCE
 
102
.RE
97
103
.ad b
98
104
.SH DESCRIPTION
99
105
Each of these functions has the same behavior as its counterpart
130
136
.BR stdio (3),
131
137
.BR feature_test_macros (7)
132
138
.SH COLOPHON
133
 
This page is part of release 3.26 of the Linux
 
139
This page is part of release 3.27 of the Linux
134
140
.I man-pages
135
141
project.
136
142
A description of the project,