1999-08-04 Ulrich Drepper <drepper@cygnus.com>
* rt/aio_read.c: Fix return value.
* rt/aio_read64.c: Likewise.
Reported by Christian Gafton.
* rt/aio_misc.c: Set errno at correct place.
+1999-08-04 Ulrich Drepper <drepper@cygnus.com>
+
+ * rt/aio_read.c: Fix return value.
+ * rt/aio_read64.c: Likewise.
+ Reported by Christian Gafton.
+
+ * rt/aio_misc.c: Set errno at correct place.
+
1999-08-04 Andreas Schwab <schwab@suse.de>
* sysdeps/unix/sysv/linux/alpha/getsysstats.c (GET_NPROCS_PARSER):
/* Handle general operations.
- Copyright (C) 1997, 1998 Free Software Foundation, Inc.
+ Copyright (C) 1997, 1998, 1999 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
newp = get_elem ();
if (newp == NULL)
{
- __set_errno (EAGAIN);
pthread_mutex_unlock (&__aio_requests_mutex);
+ __set_errno (EAGAIN);
return NULL;
}
newp->aiocbp = aiocbp;