about summary refs log tree commit diff
path: root/rt/tst-aio64.c
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2000-07-26 13:49:15 +0000
committerAndreas Jaeger <aj@suse.de>2000-07-26 13:49:15 +0000
commit9881cbf80a73a85ef92e62bf7a40dbf4cf8e163f (patch)
tree971750a85d2f0e55419da3dd02ba67b29811e358 /rt/tst-aio64.c
parentb98a450f59444c16616416fa650d1686a72e1768 (diff)
downloadglibc-9881cbf80a73a85ef92e62bf7a40dbf4cf8e163f.tar.gz
glibc-9881cbf80a73a85ef92e62bf7a40dbf4cf8e163f.tar.xz
glibc-9881cbf80a73a85ef92e62bf7a40dbf4cf8e163f.zip
Update.
2000-07-26  Andreas Jaeger  <aj@suse.de>

	* 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.
Diffstat (limited to 'rt/tst-aio64.c')
-rw-r--r--rt/tst-aio64.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/rt/tst-aio64.c b/rt/tst-aio64.c
index 60db0dd1aa..74159c9662 100644
--- a/rt/tst-aio64.c
+++ b/rt/tst-aio64.c
@@ -1,5 +1,5 @@
 /* Tests for 64bit AIO in librt.
-   Copyright (C) 1998, 1999 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2000 Free Software Foundation, Inc.
    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -85,7 +85,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;
     }