From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Jaeger To: GNU libc hacker Subject: Fix aio.h in glibc 2.1.3 Date: Wed, 15 Dec 1999 04:55:00 -0000 Message-id: X-SW-Source: 1999-12/msg00061.html There's a small bug in the glibc 2.1.3 CVS version of the header. glibc 2.2. is fine. Andreas 1999-12-15 Andreas Jaeger * rt/aio.h: Add missing comma. Patch by Kurt Garloff . --- 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