mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
Pretty printing.
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
/* Copyright (C) 1991,1992,1994-2001,2003,2004,2005,2006,2007
|
||||
/* Copyright (C) 1991,1992,1994-2001,2003,2004,2005,2006,2007, 2009
|
||||
Free Software Foundation, Inc.
|
||||
This file is part of the GNU C Library.
|
||||
|
||||
@ -176,7 +176,7 @@ extern int lockf64 (int __fd, int __cmd, __off64_t __len);
|
||||
extern int posix_fadvise (int __fd, __off_t __offset, __off_t __len,
|
||||
int __advise) __THROW;
|
||||
# else
|
||||
# ifdef __REDIRECT_NTH
|
||||
# ifdef __REDIRECT_NTH
|
||||
extern int __REDIRECT_NTH (posix_fadvise, (int __fd, __off64_t __offset,
|
||||
__off64_t __len, int __advise),
|
||||
posix_fadvise64);
|
||||
@ -197,7 +197,7 @@ extern int posix_fadvise64 (int __fd, __off64_t __offset, __off64_t __len,
|
||||
# ifndef __USE_FILE_OFFSET64
|
||||
extern int posix_fallocate (int __fd, __off_t __offset, __off_t __len);
|
||||
# else
|
||||
# ifdef __REDIRECT
|
||||
# ifdef __REDIRECT
|
||||
extern int __REDIRECT (posix_fallocate, (int __fd, __off64_t __offset,
|
||||
__off64_t __len),
|
||||
posix_fallocate64);
|
||||
|
Reference in New Issue
Block a user