diff options
author | Andreas Jaeger <aj@suse.de> | 2001-01-15 15:52:12 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2001-01-15 15:52:12 +0000 |
commit | dab645369b6db20f3c0a99ac78725eea25643873 (patch) | |
tree | dec221fde6fabcabd353937558395396553f407d | |
parent | d5049d866a7f072418211b98225a23ad33b3ef7e (diff) | |
download | glibc-dab645369b6db20f3c0a99ac78725eea25643873.tar.gz glibc-dab645369b6db20f3c0a99ac78725eea25643873.tar.xz glibc-dab645369b6db20f3c0a99ac78725eea25643873.zip |
Update.
* sysdeps/unix/sysv/linux/sys/sendfile.h: Fix typo.
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/sys/sendfile.h | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog index 5a2483432b..b4e2f40343 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2001-01-15 Andreas Jaeger <aj@suse.de> + * sysdeps/unix/sysv/linux/sys/sendfile.h: Fix typo. + * stdio-common/tstscanf.c (main): Add two testcases for '*' modifier. diff --git a/sysdeps/unix/sysv/linux/sys/sendfile.h b/sysdeps/unix/sysv/linux/sys/sendfile.h index 3685ea36a3..a72ba4374c 100644 --- a/sysdeps/unix/sysv/linux/sys/sendfile.h +++ b/sysdeps/unix/sysv/linux/sys/sendfile.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1998, 1999 Free Software Foundation, Inc. +/* Copyright (C) 1998, 1999, 2001 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -23,7 +23,7 @@ #include <sys/types.h> #ifdef __USE_FILE_OFFSET64 -# error "<sendfile.h> cannot be used with _FILE_OFFSET_BITS=64" +# error "<sys/sendfile.h> cannot be used with _FILE_OFFSET_BITS=64" #endif __BEGIN_DECLS |