Fix aio.h in glibc 2.1.3

Andreas Jaeger aj@suse.de
Wed Dec 15 04:55:00 GMT 1999


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


More information about the Libc-hacker mailing list