From 9881cbf80a73a85ef92e62bf7a40dbf4cf8e163f Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Wed, 26 Jul 2000 13:49:15 +0000 Subject: Update. 2000-07-26 Andreas Jaeger * rt/tst-aio4.c: New file, slighlty modified version of tst-aio2. * rt/tst-aio5.c: New file, slighlty modified version of tst-aio2. * rt/Makefile: Add rules to build and run tst-aio4 and tst-aio5. * rt/tst-aio.c (test_file): Fix typo. * rt/tst-aio64.c (test_file): Likewise. * rt/tst-aio3.c: New file, slightly modified version of tst-aio2. * rt/Makefile: Add rules to build and run tst-aio3. * sysdeps/unix/sysv/linux/netinet/ip.h: Removed ip_options since it's not needed and confuses only. --- rt/tst-aio.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rt/tst-aio.c') diff --git a/rt/tst-aio.c b/rt/tst-aio.c index a6c0762a2a..9a83a2779f 100644 --- a/rt/tst-aio.c +++ b/rt/tst-aio.c @@ -1,5 +1,5 @@ /* Tests for AIO in librt. - Copyright (C) 1998 Free Software Foundation, Inc. + Copyright (C) 1998, 2000 Free Software Foundation, Inc. Contributed by Ulrich Drepper , 1998. The GNU C Library is free software; you can redistribute it and/or @@ -84,7 +84,7 @@ test_file (const void *buf, size_t size, int fd, const char *msg) if (pread (fd, tmp, size, 0) != size) { - error (0, errno, "%s: failed stat", msg); + error (0, errno, "%s: failed pread", msg); return 1; } -- cgit v1.2.1