public inbox for libc-hacker@sourceware.org
 help / color / mirror / Atom feed
* Fix aio.h in glibc 2.1.3
@ 1999-12-15  4:55 Andreas Jaeger
  0 siblings, 0 replies; only message in thread
From: Andreas Jaeger @ 1999-12-15  4:55 UTC (permalink / raw)
  To: GNU libc hacker

There's a small bug in the glibc 2.1.3 CVS version of the <aio.h>
header.  glibc 2.2. is fine.

Andreas

1999-12-15  Andreas Jaeger  <aj@suse.de>

	* rt/aio.h: Add missing comma.
	Patch by Kurt Garloff <garloff@suse.de>.

--- rt/aio.h.~1~	Sun Dec  6 12:56:30 1998
+++ rt/aio.h	Wed Dec 15 13:51:02 1999
@@ -191,8 +191,8 @@
 			     __const struct timespec *__restrict __timeout)),
 		       aio_suspend64);
 
-extern int __REDIRECT (aio_fsync __P ((int __operation,
-				       struct aiocb *__aiocbp)),
+extern int __REDIRECT (aio_fsync, __P ((int __operation,
+					struct aiocb *__aiocbp)),
 		       aio_fsync64);
 
 # else

-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.rhein-neckar.de

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1999-12-15  4:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-12-15  4:55 Fix aio.h in glibc 2.1.3 Andreas Jaeger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).