This is the mail archive of the libc-hacker@sourceware.cygnus.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Fix aio.h in glibc 2.1.3



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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]