mirror of
git://sourceware.org/git/glibc.git
synced 2025-01-18 12:16:13 +08:00
Update.
* sysdeps/unix/sysv/linux/sys/sendfile.h: Fix typo.
This commit is contained in:
parent
d5049d866a
commit
dab645369b
@ -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.
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user