mirror of
git://sourceware.org/git/glibc.git
synced 2025-04-12 14:21:18 +08:00
Undo feature selection for ftruncate.
This commit is contained in:
parent
c3758feebf
commit
dda51327ba
@ -1,3 +1,9 @@
|
||||
2010-09-21 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
[BZ #12037]
|
||||
* posix/unistd.h: Undo change of feature selection for ftruncate from
|
||||
2010-01-11.
|
||||
|
||||
2010-09-20 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
|
||||
|
@ -1020,6 +1020,9 @@ extern int truncate64 (__const char *__file, __off64_t __length)
|
||||
__THROW __nonnull ((1)) __wur;
|
||||
# endif
|
||||
|
||||
#endif /* Use BSD || X/Open Unix || POSIX 2008. */
|
||||
|
||||
#if defined __USE_BSD || defined __USE_XOPEN_EXTENDED || defined __USE_XOPEN2K
|
||||
|
||||
/* Truncate the file FD is open on to LENGTH bytes. */
|
||||
# ifndef __USE_FILE_OFFSET64
|
||||
|
Loading…
x
Reference in New Issue
Block a user