Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [PATCH] Fix deftypefn in fopen_unlocked.c
@ 2005-05-14  9:23 Eli Zaretskii
  2005-05-15 16:37 ` Ian Lance Taylor
  0 siblings, 1 reply; 10+ messages in thread
From: Eli Zaretskii @ 2005-05-14  9:23 UTC (permalink / raw)
  To: gcc-patches, gdb-patches

More of the same:

2005-05-14  Eli Zaretskii  <eliz@gnu.org>

	* fopen_unlocked.c: Enclose multi-word data types in @deftypefn in
	braces.


Index: libiberty/fopen_unlocked.c
===================================================================
RCS file: /cvs/src/src/libiberty/fopen_unlocked.c,v
retrieving revision 1.4
diff -u -r1.4 fopen_unlocked.c
--- libiberty/fopen_unlocked.c	10 May 2005 15:33:33 -0000	1.4
+++ libiberty/fopen_unlocked.c	14 May 2005 08:53:13 -0000
@@ -36,7 +36,7 @@
 
 @end deftypefn
 
-@deftypefn Extension FILE * fopen_unlocked (const char *@var{path}, const char * @var{mode})
+@deftypefn Extension {FILE *} fopen_unlocked (const char *@var{path}, const char * @var{mode})
 
 Opens and returns a @code{FILE} pointer via @code{fopen}.  If the
 operating system supports it, ensure that the stream is setup to avoid
@@ -45,7 +45,7 @@
 
 @end deftypefn
 
-@deftypefn Extension FILE * fdopen_unlocked (int @var{fildes}, const char * @var{mode})
+@deftypefn Extension {FILE *} fdopen_unlocked (int @var{fildes}, const char * @var{mode})
 
 Opens and returns a @code{FILE} pointer via @code{fdopen}.  If the
 operating system supports it, ensure that the stream is setup to avoid
@@ -54,7 +54,7 @@
 
 @end deftypefn
 
-@deftypefn Extension FILE * freopen_unlocked (const char * @var{path}, const char * @var{mode}, FILE * @var{stream})
+@deftypefn Extension {FILE *} freopen_unlocked (const char * @var{path}, const char * @var{mode}, FILE * @var{stream})
 
 Opens and returns a @code{FILE} pointer via @code{freopen}.  If the
 operating system supports it, ensure that the stream is setup to avoid


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2005-05-15 22:15 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-05-14  9:23 [PATCH] Fix deftypefn in fopen_unlocked.c Eli Zaretskii
2005-05-15 16:37 ` Ian Lance Taylor
2005-05-15 17:04   ` Andreas Jaeger
2005-05-15 17:44     ` Joseph S. Myers
2005-05-15 18:08       ` Andreas Jaeger
2005-05-15 19:46       ` Eli Zaretskii
2005-05-15 20:16         ` Joseph S. Myers
2005-05-15 22:09           ` Eli Zaretskii
2005-05-15 22:05       ` Andreas Jaeger
2005-05-16  1:24         ` Eli Zaretskii

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox